#C99FCA

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

Shades of Lilac #C99FCA

Tints of Lilac #C99FCA

Color information

#C99FCA (or 0xC99FCA) is unknown color: approx Lilac. HEX triplet: C9, 9F and CA. RGB value is (201,159,202). Sum of RGB (Red+Green+Blue) = 201+159+202=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FCA is #366035. Grayscale: #B0B0B0. Windows color (decimal): -3563574 or 13279177. OLE color: 13279177.

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

Color convert

RGB201159202-
CMYK0.000.2100.21
HSL298.6º28.86%70.78%-
HSV(B)298.6º21.29%79.22%-
XYZ47.1541.4861.4-
YUV176.46142.41145.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=35.77%
G=28.29%
B=35.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011592020.000.2100.21298.628.8670.78
HexC99FCA01501512b1d47
Octal31123731202502545335107
Binary110010011001111111001010010101010101100101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FCA; }

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

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

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

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

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

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

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

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