#CD91B0

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

Shades of Lily #CD91B0

Tints of Lily #CD91B0

Color information

#CD91B0 (or 0xCD91B0) is unknown color: approx Lily. HEX triplet: CD, 91 and B0. RGB value is (205,145,176). Sum of RGB (Red+Green+Blue) = 205+145+176=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD91B0 is #326E4F. Grayscale: #A6A6A6. Windows color (decimal): -3305040 or 11571661. OLE color: 11571661.

HSL color Cylindrical-coordinate representation of color #CD91B0: hue angle of 329º 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 #CD91B0 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205145176-
CMYK00.290.140.20
HSL329º37.5%68.63%-
HSV(B)329º29.27%80.39%-
XYZ43.1436.3645.82-
YUV166.47133.38155.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=38.97%
G=27.57%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514517600.290.140.2032937.568.63
HexCD91B001DE141492645
Octal315221260035162451146105
Binary1100110110010001101100000111011110101001010010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91B0; }

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

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

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

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

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

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

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

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