#CC93C2

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

Shades of Lilac #CC93C2

Tints of Lilac #CC93C2

Color information

#CC93C2 (or 0xCC93C2) is unknown color: approx Lilac. HEX triplet: CC, 93 and C2. RGB value is (204,147,194). Sum of RGB (Red+Green+Blue) = 204+147+194=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93C2 is #336C3D. Grayscale: #A9A9A9. Windows color (decimal): -3370046 or 12751820. OLE color: 12751820.

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

Color convert

RGB204147194-
CMYK00.280.050.2
HSL310.53º35.85%68.82%-
HSV(B)310.53º27.94%80%-
XYZ45.0737.655.92-
YUV169.4141.88152.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 194 (76.17% from 255) = 35.60%
R=37.43%
G=26.97%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414719400.280.050.2310.5335.8568.82
HexCC93C201C5141372445
Octal31422330203452446744105
Binary110011001001001111000010011100101101001001101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93C2; }

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

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

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

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

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

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

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

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