Html Css Color HEX #C486CD Lilac

📋 copy color: '#C486CD'

red 196 ◦ green 134 ◦ blue 205

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

Shades of Lilac #C486CD

Tints of Lilac #C486CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 36.64%
G = 25.05%
B = 38.32%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C486CD (or 0xC486CD) is known color: Lilac. HEX triplet: C4, 86 and CD. RGB value is (196,134,205). Sum of RGB (Red+Green+Blue) = 196+134+205=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C486CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CD is #3B7932. Grayscale: #A0A0A0. Windows color (decimal): -3897651 or 13469380. OLE color: 13469380.

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

Color convert

RGB 196 134 205 -
CMYK 0.04 0.35 0 0.20
HSL 292.39º 0.42% 0.66% -
HSV(B) 292.39º 0.35% 0.8% -
XYZ 42.31 33.19 61.93 -
YUV 160.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 196 134 205 0.04 0.35 0 0.20 292.39 0.42 0.66
Hex C4 86 CD 4 23 0 14 124 2A 42
Octal 304 206 315 4 43 0 24 444 52 102
Binary 11000100 10000110 11001101 100 100011 0 10100 100100100 101010 1000010

Color Harmonies of #C486CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486CD

Black with #C486CD

Text Example


Text Example

White with #C486CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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