#C996CE

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

Shades of Lilac #C996CE

Tints of Lilac #C996CE

Color information

#C996CE (or 0xC996CE) is unknown color: approx Lilac. HEX triplet: C9, 96 and CE. RGB value is (201,150,206). Sum of RGB (Red+Green+Blue) = 201+150+206=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C996CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996CE is #366931. Grayscale: #ABABAB. Windows color (decimal): -3565874 or 13539017. OLE color: 13539017.

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

Color convert

RGB201150206-
CMYK0.020.2700.19
HSL294.64º36.36%69.8%-
HSV(B)294.64º27.18%80.78%-
XYZ46.1338.6963.43-
YUV171.63147.4148.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=36.09%
G=26.93%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011502060.020.2700.19294.6436.3669.8
HexC996CE21B0131272446
Octal31122631623302344744106
Binary11001001100101101100111010110110100111001001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996CE; }

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

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

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

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

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

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

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

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