#CC93D0

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

Shades of Lilac #CC93D0

Tints of Lilac #CC93D0

Color information

#CC93D0 (or 0xCC93D0) is unknown color: approx Lilac. HEX triplet: CC, 93 and D0. RGB value is (204,147,208). Sum of RGB (Red+Green+Blue) = 204+147+208=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93D0 is #336C2F. Grayscale: #AAAAAA. Windows color (decimal): -3370032 or 13669324. OLE color: 13669324.

HSL color Cylindrical-coordinate representation of color #CC93D0: hue angle of 296.07º degrees, saturation: 0.39, 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 #CC93D0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204147208-
CMYK0.020.2900.18
HSL296.07º39.35%69.61%-
HSV(B)296.07º29.33%81.57%-
XYZ46.7238.2664.6-
YUV171148.88151.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=36.49%
G=26.30%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041472080.020.2900.18296.0739.3569.61
HexCC93D021D0121282746
Octal31422332023502245047106
Binary11001100100100111101000010111010100101001010001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93D0; }

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

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

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

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

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

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

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

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