Html Css Color HEX #C986C4 Lilac

📋 copy color: '#C986C4'

red 201 ◦ green 134 ◦ blue 196

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

Shades of Lilac #C986C4

Tints of Lilac #C986C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.91%

R = 37.85%
G = 25.24%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C986C4 (or 0xC986C4) is known color: Lilac. HEX triplet: C9, 86 and C4. RGB value is (201,134,196). Sum of RGB (Red+Green+Blue) = 201+134+196=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C986C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986C4 is #36793B. Grayscale: #A0A0A0. Windows color (decimal): -3569980 or 12879561. OLE color: 12879561.

HSL color Cylindrical-coordinate representation of color #C986C4: hue angle of 304.48º 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 #C986C4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 196 -
CMYK 0 0.33 0.02 0.21
HSL 304.48º 0.38% 0.66% -
HSV(B) 304.48º 0.33% 0.79% -
XYZ 42.58 33.45 56.44 -
YUV 161.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 201 134 196 0 0.33 0.02 0.21 304.48 0.38 0.66
Hex C9 86 C4 0 21 2 15 130 26 42
Octal 311 206 304 0 41 2 25 460 46 102
Binary 11001001 10000110 11000100 0 100001 10 10101 100110000 100110 1000010

Color Harmonies of #C986C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986C4

Black with #C986C4

Text Example


Text Example

White with #C986C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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