Html Css Color HEX #C986CF Lilac

📋 copy color: '#C986CF'

red 201 ◦ green 134 ◦ blue 207

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

Shades of Lilac #C986CF

Tints of Lilac #C986CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 37.08%
G = 24.72%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C986CF (or 0xC986CF) is known color: Lilac. HEX triplet: C9, 86 and CF. RGB value is (201,134,207). Sum of RGB (Red+Green+Blue) = 201+134+207=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C986CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CF is #367930. Grayscale: #A2A2A2. Windows color (decimal): -3569969 or 13600457. OLE color: 13600457.

HSL color Cylindrical-coordinate representation of color #C986CF: hue angle of 295.07º degrees, saturation: 0.43, 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 #C986CF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 134 207 -
CMYK 0.03 0.35 0 0.19
HSL 295.07º 0.43% 0.67% -
HSV(B) 295.07º 0.35% 0.81% -
XYZ 43.87 33.97 63.28 -
YUV 162.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 201 134 207 0.03 0.35 0 0.19 295.07 0.43 0.67
Hex C9 86 CF 3 23 0 13 127 2B 43
Octal 311 206 317 3 43 0 23 447 53 103
Binary 11001001 10000110 11001111 11 100011 0 10011 100100111 101011 1000011

Color Harmonies of #C986CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986CF

Black with #C986CF

Text Example


Text Example

White with #C986CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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