Html Css Color HEX #C986CE Lilac

📋 copy color: '#C986CE'

red 201 ◦ green 134 ◦ blue 206

#C986CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C986CE

Tints of Lilac #C986CE

RGB

 RED value IS 201 (78.91% from 255) = 37.15%

 GREEN value IS 134 (52.73% from 255) = 24.77%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 37.15%
G = 24.77%
B = 38.08%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C986CE (or 0xC986CE) is known color: Lilac. HEX triplet: C9, 86 and CE. RGB value is (201,134,206). Sum of RGB (Red+Green+Blue) = 201+134+206=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C986CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CE is #367931. Grayscale: #A2A2A2. Windows color (decimal): -3569970 or 13534921. OLE color: 13534921.

HSL color Cylindrical-coordinate representation of color #C986CE: hue angle of 295.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C986CE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 134 206 -
CMYK 0.02 0.35 0 0.19
HSL 295.83º 0.42% 0.67% -
HSV(B) 295.83º 0.35% 0.81% -
XYZ 43.75 33.92 62.63 -
YUV 162.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 201 134 206 0.02 0.35 0 0.19 295.83 0.42 0.67
Hex C9 86 CE 2 23 0 13 128 2A 43
Octal 311 206 316 2 43 0 23 450 52 103
Binary 11001001 10000110 11001110 10 100011 0 10011 100101000 101010 1000011

Color Harmonies of #C986CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986CE

Black with #C986CE

Text Example


Text Example

White with #C986CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986CE; }

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

 H1.HeaderClassName
 {
   color: #C986CE;
 }
 .AnyTagClassName
 {
   color: #C986CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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