#CD91B4

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

Shades of Lily #CD91B4

Tints of Lily #CD91B4

Color information

#CD91B4 (or 0xCD91B4) is unknown color: approx Lily. HEX triplet: CD, 91 and B4. RGB value is (205,145,180). Sum of RGB (Red+Green+Blue) = 205+145+180=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91B4 is #326E4B. Grayscale: #A6A6A6. Windows color (decimal): -3305036 or 11833805. OLE color: 11833805.

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

Color convert

RGB205145180-
CMYK00.290.120.20
HSL325º37.5%68.63%-
HSV(B)325º29.27%80.39%-
XYZ43.5436.5347.94-
YUV166.93135.38155.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=38.68%
G=27.36%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514518000.290.120.2032537.568.63
HexCD91B401DC141452645
Octal315221264035142450546105
Binary1100110110010001101101000111011100101001010001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91B4; }

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

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

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

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

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

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

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

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