#CC95CC

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

Shades of Lilac #CC95CC

Tints of Lilac #CC95CC

Color information

#CC95CC (or 0xCC95CC) is unknown color: approx Lilac. HEX triplet: CC, 95 and CC. RGB value is (204,149,204). Sum of RGB (Red+Green+Blue) = 204+149+204=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95CC is #336A33. Grayscale: #ABABAB. Windows color (decimal): -3369524 or 13407692. OLE color: 13407692.

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

Color convert

RGB204149204-
CMYK00.2700.2
HSL300º35.03%69.22%-
HSV(B)300º26.96%80%-
XYZ46.5538.6962.14-
YUV171.72146.22151.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=36.62%
G=26.75%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414920400.2700.230035.0369.22
HexCC95CC01B01412c2345
Octal31422531403302445443105
Binary1100110010010101110011000110110101001001011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95CC; }

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

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

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

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

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

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

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

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