#C991C5

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

Shades of Lilac #C991C5

Tints of Lilac #C991C5

Color information

#C991C5 (or 0xC991C5) is unknown color: approx Lilac. HEX triplet: C9, 91 and C5. RGB value is (201,145,197). Sum of RGB (Red+Green+Blue) = 201+145+197=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C5 is #366E3A. Grayscale: #A7A7A7. Windows color (decimal): -3567163 or 12947913. OLE color: 12947913.

HSL color Cylindrical-coordinate representation of color #C991C5: hue angle of 304.29º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201145197-
CMYK00.280.020.21
HSL304.29º34.15%67.84%-
HSV(B)304.29º27.86%78.82%-
XYZ44.2936.757.57-
YUV167.67144.55151.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=37.02%
G=26.70%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114519700.280.020.21304.2934.1567.84
HexC991C501C2151302244
Octal31122130503422546042104
Binary11001001100100011100010101110010101011001100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991C5; }

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

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

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

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

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

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

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

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