#CD91BD

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

Shades of Lily #CD91BD

Tints of Lily #CD91BD

Color information

#CD91BD (or 0xCD91BD) is unknown color: approx Lily. HEX triplet: CD, 91 and BD. RGB value is (205,145,189). Sum of RGB (Red+Green+Blue) = 205+145+189=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91BD is #326E42. Grayscale: #A7A7A7. Windows color (decimal): -3305027 or 12423629. OLE color: 12423629.

HSL color Cylindrical-coordinate representation of color #CD91BD: hue angle of 316º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD91BD is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205145189-
CMYK00.290.080.20
HSL316º37.5%68.63%-
HSV(B)316º29.27%80.39%-
XYZ44.4936.952.92-
YUV167.96139.88154.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=38.03%
G=26.90%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514518900.290.080.2031637.568.63
HexCD91BD01D81413c2645
Octal315221275035102447446105
Binary1100110110010001101111010111011000101001001111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91BD; }

 p { color: rgb(205,145,189); }

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

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

 a { background-color: rgb(205,145,189); }

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

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

 span { border-color: rgb(205,145,189); }

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