#CD91B1

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

Shades of Lily #CD91B1

Tints of Lily #CD91B1

Color information

#CD91B1 (or 0xCD91B1) is unknown color: approx Lily. HEX triplet: CD, 91 and B1. RGB value is (205,145,177). Sum of RGB (Red+Green+Blue) = 205+145+177=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD91B1 is #326E4E. Grayscale: #A6A6A6. Windows color (decimal): -3305039 or 11637197. OLE color: 11637197.

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

Color convert

RGB205145177-
CMYK00.290.140.20
HSL328º37.5%68.63%-
HSV(B)328º29.27%80.39%-
XYZ43.2436.446.34-
YUV166.59133.88155.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=38.90%
G=27.51%
B=33.59%

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
Decimal20514517700.290.140.2032837.568.63
HexCD91B101DE141482645
Octal315221261035162451046105
Binary1100110110010001101100010111011110101001010010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91B1; }

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

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

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

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

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

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

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

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