Html Css Color HEX #C486CA Lilac

📋 copy color: '#C486CA'

red 196 ◦ green 134 ◦ blue 202

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

Shades of Lilac #C486CA

Tints of Lilac #C486CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 36.84%
G = 25.19%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C486CA (or 0xC486CA) is known color: Lilac. HEX triplet: C4, 86 and CA. RGB value is (196,134,202). Sum of RGB (Red+Green+Blue) = 196+134+202=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C486CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CA is #3B7935. Grayscale: #A0A0A0. Windows color (decimal): -3897654 or 13272772. OLE color: 13272772.

HSL color Cylindrical-coordinate representation of color #C486CA: hue angle of 294.71º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C486CA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 134 202 -
CMYK 0.03 0.34 0 0.21
HSL 294.71º 0.39% 0.66% -
HSV(B) 294.71º 0.34% 0.79% -
XYZ 41.95 33.05 60.05 -
YUV 160.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 196 134 202 0.03 0.34 0 0.21 294.71 0.39 0.66
Hex C4 86 CA 3 22 0 15 127 27 42
Octal 304 206 312 3 42 0 25 447 47 102
Binary 11000100 10000110 11001010 11 100010 0 10101 100100111 100111 1000010

Color Harmonies of #C486CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486CA

Black with #C486CA

Text Example


Text Example

White with #C486CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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