Html Css Color HEX #C986BD Lilac

📋 copy color: '#C986BD'

red 201 ◦ green 134 ◦ blue 189

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

Shades of Lilac #C986BD

Tints of Lilac #C986BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 38.36%
G = 25.57%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C986BD (or 0xC986BD) is known color: Lilac. HEX triplet: C9, 86 and BD. RGB value is (201,134,189). Sum of RGB (Red+Green+Blue) = 201+134+189=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C986BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986BD is #367942. Grayscale: #A0A0A0. Windows color (decimal): -3569987 or 12420809. OLE color: 12420809.

HSL color Cylindrical-coordinate representation of color #C986BD: hue angle of 310.75º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986BD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 189 -
CMYK 0 0.33 0.06 0.21
HSL 310.75º 0.38% 0.66% -
HSV(B) 310.75º 0.33% 0.79% -
XYZ 41.8 33.14 52.34 -
YUV 160.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 201 134 189 0 0.33 0.06 0.21 310.75 0.38 0.66
Hex C9 86 BD 0 21 6 15 137 26 42
Octal 311 206 275 0 41 6 25 467 46 102
Binary 11001001 10000110 10111101 0 100001 110 10101 100110111 100110 1000010

Color Harmonies of #C986BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986BD

Black with #C986BD

Text Example


Text Example

White with #C986BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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