Html Css Color HEX #C486CE Lilac

📋 copy color: '#C486CE'

red 196 ◦ green 134 ◦ blue 206

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

Shades of Lilac #C486CE

Tints of Lilac #C486CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 36.57%
G = 25%
B = 38.43%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C486CE (or 0xC486CE) is known color: Lilac. HEX triplet: C4, 86 and CE. RGB value is (196,134,206). Sum of RGB (Red+Green+Blue) = 196+134+206=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C486CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CE is #3B7931. Grayscale: #A0A0A0. Windows color (decimal): -3897650 or 13534916. OLE color: 13534916.

HSL color Cylindrical-coordinate representation of color #C486CE: hue angle of 291.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C486CE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 134 206 -
CMYK 0.05 0.35 0 0.19
HSL 291.67º 0.42% 0.67% -
HSV(B) 291.67º 0.35% 0.81% -
XYZ 42.43 33.24 62.57 -
YUV 160.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 196 134 206 0.05 0.35 0 0.19 291.67 0.42 0.67
Hex C4 86 CE 5 23 0 13 124 2A 43
Octal 304 206 316 5 43 0 23 444 52 103
Binary 11000100 10000110 11001110 101 100011 0 10011 100100100 101010 1000011

Color Harmonies of #C486CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486CE

Black with #C486CE

Text Example


Text Example

White with #C486CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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