#C986CA

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

Shades of Lilac #C986CA

Tints of Lilac #C986CA

Color information

#C986CA (or 0xC986CA) is unknown color: approx Lilac. HEX triplet: C9, 86 and CA. RGB value is (201,134,202). Sum of RGB (Red+Green+Blue) = 201+134+202=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C986CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CA is #367935. Grayscale: #A1A1A1. Windows color (decimal): -3569974 or 13272777. OLE color: 13272777.

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

Color convert

RGB201134202-
CMYK0.000.3400.21
HSL299.12º39.08%65.88%-
HSV(B)299.12º33.66%79.22%-
XYZ43.2733.7360.11-
YUV161.78150.7155.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=37.43%
G=24.95%
B=37.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011342020.000.3400.21299.1239.0865.88
HexC986CA02201512b2742
Octal31120631204202545347102
Binary11001001100001101100101001000100101011001010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986CA; }

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

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

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

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

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

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

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

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