#C99FCE

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

Shades of Lilac #C99FCE

Tints of Lilac #C99FCE

Color information

#C99FCE (or 0xC99FCE) is unknown color: approx Lilac. HEX triplet: C9, 9F and CE. RGB value is (201,159,206). Sum of RGB (Red+Green+Blue) = 201+159+206=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #C99FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FCE is #366031. Grayscale: #B0B0B0. Windows color (decimal): -3563570 or 13541321. OLE color: 13541321.

HSL color Cylindrical-coordinate representation of color #C99FCE: hue angle of 293.62º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99FCE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201159206-
CMYK0.020.2300.19
HSL293.62º32.41%71.57%-
HSV(B)293.62º22.82%80.78%-
XYZ47.6341.6763.93-
YUV176.92144.41145.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=35.51%
G=28.09%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011592060.020.2300.19293.6232.4171.57
HexC99FCE2170131262048
Octal31123731622702344640110
Binary11001001100111111100111010101110100111001001101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FCE; }

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

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

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

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

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

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

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

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