#CD91C5

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

Shades of Lilac #CD91C5

Tints of Lilac #CD91C5

Color information

#CD91C5 (or 0xCD91C5) is unknown color: approx Lilac. HEX triplet: CD, 91 and C5. RGB value is (205,145,197). Sum of RGB (Red+Green+Blue) = 205+145+197=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91C5 is #326E3A. Grayscale: #A8A8A8. Windows color (decimal): -3305019 or 12947917. OLE color: 12947917.

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

Color convert

RGB205145197-
CMYK00.290.040.20
HSL308º37.5%68.63%-
HSV(B)308º29.27%80.39%-
XYZ45.3837.2657.62-
YUV168.87143.88153.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=37.48%
G=26.51%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514519700.290.040.2030837.568.63
HexCD91C501D4141342645
Octal31522130503542446446105
Binary110011011001000111000101011101100101001001101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91C5; }

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

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

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

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

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

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

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

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