Html Css Color HEX #C486C9 Lilac

📋 copy color: '#C486C9'

red 196 ◦ green 134 ◦ blue 201

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

Shades of Lilac #C486C9

Tints of Lilac #C486C9

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C486C9 (or 0xC486C9) is known color: Lilac. HEX triplet: C4, 86 and C9. RGB value is (196,134,201). Sum of RGB (Red+Green+Blue) = 196+134+201=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #C486C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486C9 is #3B7936. Grayscale: #9F9F9F. Windows color (decimal): -3897655 or 13207236. OLE color: 13207236.

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

Color convert

RGB 196 134 201 -
CMYK 0.02 0.33 0 0.21
HSL 295.52º 0.38% 0.66% -
HSV(B) 295.52º 0.33% 0.79% -
XYZ 41.83 33 59.42 -
YUV 160.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 196 134 201 0.02 0.33 0 0.21 295.52 0.38 0.66
Hex C4 86 C9 2 21 0 15 128 26 42
Octal 304 206 311 2 41 0 25 450 46 102
Binary 11000100 10000110 11001001 10 100001 0 10101 100101000 100110 1000010

Color Harmonies of #C486C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486C9

Black with #C486C9

Text Example


Text Example

White with #C486C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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