#C99CCA

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

Shades of Lilac #C99CCA

Tints of Lilac #C99CCA

Color information

#C99CCA (or 0xC99CCA) is unknown color: approx Lilac. HEX triplet: C9, 9C and CA. RGB value is (201,156,202). Sum of RGB (Red+Green+Blue) = 201+156+202=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CCA is #366335. Grayscale: #AEAEAE. Windows color (decimal): -3564342 or 13278409. OLE color: 13278409.

HSL color Cylindrical-coordinate representation of color #C99CCA: hue angle of 298.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99CCA is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201156202-
CMYK0.000.2300.21
HSL298.7º30.26%70.2%-
HSV(B)298.7º22.77%79.22%-
XYZ46.6440.4661.23-
YUV174.7143.41146.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=35.96%
G=27.91%
B=36.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011562020.000.2300.21298.730.2670.2
HexC99CCA01701512b1e46
Octal31123431202702545336106
Binary110010011001110011001010010111010101100101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CCA; }

 p { color: rgb(201,156,202); }

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

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

 a { background-color: rgb(201,156,202); }

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

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

 span { border-color: rgb(201,156,202); }

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