Html Css Color HEX #C486CC Lilac

📋 copy color: '#C486CC'

red 196 ◦ green 134 ◦ blue 204

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

Shades of Lilac #C486CC

Tints of Lilac #C486CC

RGB

 RED value IS 196 (76.95% from 255) = 36.7%

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 36.7%
G = 25.09%
B = 38.2%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C486CC (or 0xC486CC) is known color: Lilac. HEX triplet: C4, 86 and CC. RGB value is (196,134,204). Sum of RGB (Red+Green+Blue) = 196+134+204=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C486CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CC is #3B7933. Grayscale: #A0A0A0. Windows color (decimal): -3897652 or 13403844. OLE color: 13403844.

HSL color Cylindrical-coordinate representation of color #C486CC: hue angle of 293.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C486CC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 134 204 -
CMYK 0.04 0.34 0 0.2
HSL 293.14º 0.41% 0.66% -
HSV(B) 293.14º 0.34% 0.8% -
XYZ 42.19 33.15 61.3 -
YUV 160.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 196 134 204 0.04 0.34 0 0.2 293.14 0.41 0.66
Hex C4 86 CC 4 22 0 14 125 29 42
Octal 304 206 314 4 42 0 24 445 51 102
Binary 11000100 10000110 11001100 100 100010 0 10100 100100101 101001 1000010

Color Harmonies of #C486CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486CC

Black with #C486CC

Text Example


Text Example

White with #C486CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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