Html Css Color HEX #C986D0 Lilac

📋 copy color: '#C986D0'

red 201 ◦ green 134 ◦ blue 208

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

Shades of Lilac #C986D0

Tints of Lilac #C986D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 37.02%
G = 24.68%
B = 38.31%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C986D0 (or 0xC986D0) is known color: Lilac. HEX triplet: C9, 86 and D0. RGB value is (201,134,208). Sum of RGB (Red+Green+Blue) = 201+134+208=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #C986D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986D0 is #36792F. Grayscale: #A2A2A2. Windows color (decimal): -3569968 or 13665993. OLE color: 13665993.

HSL color Cylindrical-coordinate representation of color #C986D0: hue angle of 294.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C986D0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 134 208 -
CMYK 0.03 0.36 0 0.18
HSL 294.32º 0.44% 0.67% -
HSV(B) 294.32º 0.36% 0.82% -
XYZ 44 34.02 63.92 -
YUV 162.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 201 134 208 0.03 0.36 0 0.18 294.32 0.44 0.67
Hex C9 86 D0 3 24 0 12 126 2C 43
Octal 311 206 320 3 44 0 22 446 54 103
Binary 11001001 10000110 11010000 11 100100 0 10010 100100110 101100 1000011

Color Harmonies of #C986D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986D0

Black with #C986D0

Text Example


Text Example

White with #C986D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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