#CC95C3

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

Shades of Lilac #CC95C3

Tints of Lilac #CC95C3

Color information

#CC95C3 (or 0xCC95C3) is unknown color: approx Lilac. HEX triplet: CC, 95 and C3. RGB value is (204,149,195). Sum of RGB (Red+Green+Blue) = 204+149+195=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95C3 is #336A3C. Grayscale: #AAAAAA. Windows color (decimal): -3369533 or 12817868. OLE color: 12817868.

HSL color Cylindrical-coordinate representation of color #CC95C3: hue angle of 309.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC95C3 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204149195-
CMYK00.270.040.2
HSL309.82º35.03%69.22%-
HSV(B)309.82º26.96%80%-
XYZ45.538.2756.62-
YUV170.69141.72151.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=37.23%
G=27.19%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414919500.270.040.2309.8235.0369.22
HexCC95C301B4141362345
Octal31422530303342446643105
Binary110011001001010111000011011011100101001001101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95C3; }

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

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

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

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

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

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

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

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