#C992CE

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

Shades of Lilac #C992CE

Tints of Lilac #C992CE

Color information

#C992CE (or 0xC992CE) is unknown color: approx Lilac. HEX triplet: C9, 92 and CE. RGB value is (201,146,206). Sum of RGB (Red+Green+Blue) = 201+146+206=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C992CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992CE is #366D31. Grayscale: #A9A9A9. Windows color (decimal): -3566898 or 13537993. OLE color: 13537993.

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

Color convert

RGB201146206-
CMYK0.020.2900.19
HSL295º37.97%69.02%-
HSV(B)295º29.13%80.78%-
XYZ45.5137.4363.22-
YUV169.28148.72150.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=36.35%
G=26.40%
B=37.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011462060.020.2900.1929537.9769.02
HexC992CE21D0131272645
Octal31122231623502344746105
Binary11001001100100101100111010111010100111001001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992CE; }

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

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

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

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

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

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

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

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