Html Css Color HEX #C986C3 Lilac

📋 copy color: '#C986C3'

red 201 ◦ green 134 ◦ blue 195

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

Shades of Lilac #C986C3

Tints of Lilac #C986C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 37.92%
G = 25.28%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C986C3 (or 0xC986C3) is known color: Lilac. HEX triplet: C9, 86 and C3. RGB value is (201,134,195). Sum of RGB (Red+Green+Blue) = 201+134+195=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C986C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986C3 is #36793C. Grayscale: #A0A0A0. Windows color (decimal): -3569981 or 12814025. OLE color: 12814025.

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

Color convert

RGB 201 134 195 -
CMYK 0 0.33 0.03 0.21
HSL 305.37º 0.38% 0.66% -
HSV(B) 305.37º 0.33% 0.79% -
XYZ 42.46 33.41 55.84 -
YUV 160.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 201 134 195 0 0.33 0.03 0.21 305.37 0.38 0.66
Hex C9 86 C3 0 21 3 15 131 26 42
Octal 311 206 303 0 41 3 25 461 46 102
Binary 11001001 10000110 11000011 0 100001 11 10101 100110001 100110 1000010

Color Harmonies of #C986C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986C3

Black with #C986C3

Text Example


Text Example

White with #C986C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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