#C991CE

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

Shades of Lilac #C991CE

Tints of Lilac #C991CE

Color information

#C991CE (or 0xC991CE) is unknown color: approx Lilac. HEX triplet: C9, 91 and CE. RGB value is (201,145,206). Sum of RGB (Red+Green+Blue) = 201+145+206=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C991CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CE is #366E31. Grayscale: #A8A8A8. Windows color (decimal): -3567154 or 13537737. OLE color: 13537737.

HSL color Cylindrical-coordinate representation of color #C991CE: hue angle of 295.08º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C991CE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201145206-
CMYK0.020.3000.19
HSL295.08º38.36%68.82%-
HSV(B)295.08º29.61%80.78%-
XYZ45.3537.1263.17-
YUV168.7149.05151.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=36.41%
G=26.27%
B=37.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011452060.020.3000.19295.0838.3668.82
HexC991CE21E0131272645
Octal31122131623602344746105
Binary11001001100100011100111010111100100111001001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991CE; }

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

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

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

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

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

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

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

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