#CD91CD

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

Shades of Lilac #CD91CD

Tints of Lilac #CD91CD

Color information

#CD91CD (or 0xCD91CD) is unknown color: approx Lilac. HEX triplet: CD, 91 and CD. RGB value is (205,145,205). Sum of RGB (Red+Green+Blue) = 205+145+205=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91CD is #326E32. Grayscale: #A9A9A9. Windows color (decimal): -3305011 or 13472205. OLE color: 13472205.

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

Color convert

RGB205145205-
CMYK00.2900.20
HSL300º37.5%68.63%-
HSV(B)300º29.27%80.39%-
XYZ46.3237.6462.58-
YUV169.78147.88153.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=36.94%
G=26.13%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514520500.2900.2030037.568.63
HexCD91CD01D01412c2645
Octal31522131503502445446105
Binary1100110110010001110011010111010101001001011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91CD; }

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

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

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

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

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

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

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

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