#C99FC0

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

Shades of Lilac #C99FC0

Tints of Lilac #C99FC0

Color information

#C99FC0 (or 0xC99FC0) is unknown color: approx Lilac. HEX triplet: C9, 9F and C0. RGB value is (201,159,192). Sum of RGB (Red+Green+Blue) = 201+159+192=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC0 is #36603F. Grayscale: #AFAFAF. Windows color (decimal): -3563584 or 12623817. OLE color: 12623817.

HSL color Cylindrical-coordinate representation of color #C99FC0: hue angle of 312.86º 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 #C99FC0 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201159192-
CMYK00.210.040.21
HSL312.86º28%70.59%-
HSV(B)312.86º20.9%78.82%-
XYZ4641.0255.36-
YUV175.32137.41146.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=36.41%
G=28.80%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115919200.210.040.21312.862870.59
HexC99FC00154151391c47
Octal31123730002542547134107
Binary11001001100111111100000001010110010101100111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FC0; }

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

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

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

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

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

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

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

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