#c094ee

Color #C094EE Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C094EE

Tints of Perfume #C094EE

Color information

#C094EE (or 0xC094EE) is unknown color: approx Perfume. HEX triplet: C0, 94 and EE. RGB value is (192,148,238). Sum of RGB (Red+Green+Blue) = 192+148+238=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C094EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EE is #3F6B11. Grayscale: #ABABAB. Windows color (decimal): -4156178 or 15635648. OLE color: 15635648.

HSL color Cylindrical-coordinate representation of color #C094EE: hue angle of 269.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C094EE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192148238-
CMYK0.190.3800.07
HSL269.33º72.58%75.69%-
HSV(B)269.33º37.82%93.33%-
XYZ47.7638.5685.81-
YUV171.42165.58142.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=33.22%
G=25.61%
B=41.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921482380.190.3800.07269.3372.5875.69
HexC094EE13260710d494c
Octal300224356234607415111114
Binary11000000100101001110111010011100110011110000110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c094ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c094ee; }

 p { color: rgb(192,148,238); }

 H1.HeaderClassName
 {
   color: #c094ee;
 }
 .AnyTagClassName
 {
   color: #c094ee;
 }
</style>
background-color css

<style>
 a { background-color: #c094ee; }

 a { background-color: rgb(192,148,238); }

 div.DivClassName
 {
   background-color: #c094ee;
 }
 .BgClassName
 {
   background-color: #c094ee;
 }
</style>
border-color css

<style>
 span { border-color: #c094ee; }

 span { border-color: rgb(192,148,238); }

 td.TdClassName
 {
   border-color: #c094ee;
 }
 .TagClassName
 {
   border-color: #c094ee;
 }
</style>