#C986CB

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

Shades of Lilac #C986CB

Tints of Lilac #C986CB

Color information

#C986CB (or 0xC986CB) is unknown color: approx Lilac. HEX triplet: C9, 86 and CB. RGB value is (201,134,203). Sum of RGB (Red+Green+Blue) = 201+134+203=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C986CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CB is #367934. Grayscale: #A1A1A1. Windows color (decimal): -3569973 or 13338313. OLE color: 13338313.

HSL color Cylindrical-coordinate representation of color #C986CB: hue angle of 298.26º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C986CB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201134203-
CMYK0.010.3400.20
HSL298.26º39.88%66.08%-
HSV(B)298.26º33.99%79.61%-
XYZ43.3933.7860.73-
YUV161.9151.2155.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=37.36%
G=24.91%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011342030.010.3400.20298.2639.8866.08
HexC986CB12201412a2842
Octal31120631314202445250102
Binary11001001100001101100101111000100101001001010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986CB; }

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

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

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

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

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

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

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

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