#C09EBA

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

Shades of Lily #C09EBA

Tints of Lily #C09EBA

Color information

#C09EBA (or 0xC09EBA) is unknown color: approx Lily. HEX triplet: C0, 9E and BA. RGB value is (192,158,186). Sum of RGB (Red+Green+Blue) = 192+158+186=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EBA is #3F6145. Grayscale: #ABABAB. Windows color (decimal): -4153670 or 12230336. OLE color: 12230336.

HSL color Cylindrical-coordinate representation of color #C09EBA: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09EBA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192158186-
CMYK00.180.030.25
HSL310.59º21.25%68.63%-
HSV(B)310.59º17.71%75.29%-
XYZ42.8339.2151.76-
YUV171.36136.26142.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=35.82%
G=29.48%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215818600.180.030.25310.5921.2568.63
HexC09EBA0123191371545
Octal30023627202233146725105
Binary1100000010011110101110100100101111001100110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EBA; }

 p { color: rgb(192,158,186); }

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

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

 a { background-color: rgb(192,158,186); }

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

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

 span { border-color: rgb(192,158,186); }

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