#C996CA

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

Shades of Lilac #C996CA

Tints of Lilac #C996CA

Color information

#C996CA (or 0xC996CA) is unknown color: approx Lilac. HEX triplet: C9, 96 and CA. RGB value is (201,150,202). Sum of RGB (Red+Green+Blue) = 201+150+202=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #C996CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996CA is #366935. Grayscale: #ABABAB. Windows color (decimal): -3565878 or 13276873. OLE color: 13276873.

HSL color Cylindrical-coordinate representation of color #C996CA: hue angle of 298.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C996CA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201150202-
CMYK0.000.2600.21
HSL298.85º32.91%69.02%-
HSV(B)298.85º25.74%79.22%-
XYZ45.6538.4960.9-
YUV171.18145.4149.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=36.35%
G=27.12%
B=36.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011502020.000.2600.21298.8532.9169.02
HexC996CA01A01512b2145
Octal31122631203202545341105
Binary1100100110010110110010100110100101011001010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996CA; }

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

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

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

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

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

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

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

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