#C991C3

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

Shades of Lilac #C991C3

Tints of Lilac #C991C3

Color information

#C991C3 (or 0xC991C3) is unknown color: approx Lilac. HEX triplet: C9, 91 and C3. RGB value is (201,145,195). Sum of RGB (Red+Green+Blue) = 201+145+195=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C3 is #366E3C. Grayscale: #A7A7A7. Windows color (decimal): -3567165 or 12816841. OLE color: 12816841.

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

Color convert

RGB201145195-
CMYK00.280.030.21
HSL306.43º34.15%67.84%-
HSV(B)306.43º27.86%78.82%-
XYZ44.0636.6156.37-
YUV167.44143.55151.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=37.15%
G=26.80%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114519500.280.030.21306.4334.1567.84
HexC991C301C3151322244
Octal31122130303432546242104
Binary11001001100100011100001101110011101011001100101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991C3; }

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

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

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

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

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

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

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

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