#C09DBA

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

Shades of Lily #C09DBA

Tints of Lily #C09DBA

Color information

#C09DBA (or 0xC09DBA) is unknown color: approx Lily. HEX triplet: C0, 9D and BA. RGB value is (192,157,186). Sum of RGB (Red+Green+Blue) = 192+157+186=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DBA is #3F6245. Grayscale: #AAAAAA. Windows color (decimal): -4153926 or 12230080. OLE color: 12230080.

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

Color convert

RGB192157186-
CMYK00.180.030.25
HSL310.29º21.74%68.43%-
HSV(B)310.29º18.23%75.29%-
XYZ42.6638.8751.71-
YUV170.77136.6143.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=35.89%
G=29.35%
B=34.77%

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
Decimal19215718600.180.030.25310.2921.7468.43
HexC09DBA0123191361644
Octal30023527202233146626104
Binary1100000010011101101110100100101111001100110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DBA; }

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

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

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

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

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

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

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

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