#C99FC2

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

Shades of Lilac #C99FC2

Tints of Lilac #C99FC2

Color information

#C99FC2 (or 0xC99FC2) is unknown color: approx Lilac. HEX triplet: C9, 9F and C2. RGB value is (201,159,194). Sum of RGB (Red+Green+Blue) = 201+159+194=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC2 is #36603D. Grayscale: #AFAFAF. Windows color (decimal): -3563582 or 12754889. OLE color: 12754889.

HSL color Cylindrical-coordinate representation of color #C99FC2: hue angle of 310º degrees, saturation: 0.28, 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 #C99FC2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201159194-
CMYK00.210.030.21
HSL310º28%70.59%-
HSV(B)310º20.9%78.82%-
XYZ46.2241.1156.54-
YUV175.55138.41146.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.28%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=36.28%
G=28.70%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115919400.210.030.213102870.59
HexC99FC20153151361c47
Octal31123730202532546634107
Binary1100100110011111110000100101011110101100110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FC2; }

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

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

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

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

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

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

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

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