#CC95D2

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

Shades of Lilac #CC95D2

Tints of Lilac #CC95D2

Color information

#CC95D2 (or 0xCC95D2) is unknown color: approx Lilac. HEX triplet: CC, 95 and D2. RGB value is (204,149,210). Sum of RGB (Red+Green+Blue) = 204+149+210=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC95D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95D2 is #336A2D. Grayscale: #ACACAC. Windows color (decimal): -3369518 or 13800908. OLE color: 13800908.

HSL color Cylindrical-coordinate representation of color #CC95D2: hue angle of 294.1º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC95D2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204149210-
CMYK0.030.2900.18
HSL294.1º40.4%70.39%-
HSV(B)294.1º29.05%82.35%-
XYZ47.2838.9966.01-
YUV172.4149.22150.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=36.23%
G=26.47%
B=37.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041492100.030.2900.18294.140.470.39
HexCC95D231D0121262846
Octal31422532233502244650106
Binary11001100100101011101001011111010100101001001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95D2; }

 p { color: rgb(204,149,210); }

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

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

 a { background-color: rgb(204,149,210); }

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

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

 span { border-color: rgb(204,149,210); }

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