Html Css Color HEX #C986CD Lilac

📋 copy color: '#C986CD'

red 201 ◦ green 134 ◦ blue 205

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

Shades of Lilac #C986CD

Tints of Lilac #C986CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 37.22%
G = 24.81%
B = 37.96%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C986CD (or 0xC986CD) is known color: Lilac. HEX triplet: C9, 86 and CD. RGB value is (201,134,205). Sum of RGB (Red+Green+Blue) = 201+134+205=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C986CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CD is #367932. Grayscale: #A1A1A1. Windows color (decimal): -3569971 or 13469385. OLE color: 13469385.

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

Color convert

RGB 201 134 205 -
CMYK 0.02 0.35 0 0.20
HSL 296.62º 0.42% 0.66% -
HSV(B) 296.62º 0.35% 0.8% -
XYZ 43.63 33.88 62 -
YUV 162.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 201 134 205 0.02 0.35 0 0.20 296.62 0.42 0.66
Hex C9 86 CD 2 23 0 14 129 2A 42
Octal 311 206 315 2 43 0 24 451 52 102
Binary 11001001 10000110 11001101 10 100011 0 10100 100101001 101010 1000010

Color Harmonies of #C986CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986CD

Black with #C986CD

Text Example


Text Example

White with #C986CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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