#CC93C5

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

Shades of Lilac #CC93C5

Tints of Lilac #CC93C5

Color information

#CC93C5 (or 0xCC93C5) is unknown color: approx Lilac. HEX triplet: CC, 93 and C5. RGB value is (204,147,197). Sum of RGB (Red+Green+Blue) = 204+147+197=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93C5 is #336C3A. Grayscale: #A9A9A9. Windows color (decimal): -3370043 or 12948428. OLE color: 12948428.

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

Color convert

RGB204147197-
CMYK00.280.030.2
HSL307.37º35.85%68.82%-
HSV(B)307.37º27.94%80%-
XYZ45.4137.7457.71-
YUV169.74143.38152.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=37.23%
G=26.82%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414719700.280.030.2307.3735.8568.82
HexCC93C501C3141332445
Octal31422330503432446344105
Binary11001100100100111100010101110011101001001100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93C5; }

 p { color: rgb(204,147,197); }

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

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

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

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

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

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

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