Html Css Color HEX #C486DC Wisteria

📋 copy color: '#C486DC'

red 196 ◦ green 134 ◦ blue 220

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

Shades of Wisteria #C486DC

Tints of Wisteria #C486DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 35.64%
G = 24.36%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C486DC (or 0xC486DC) is known color: Wisteria. HEX triplet: C4, 86 and DC. RGB value is (196,134,220). Sum of RGB (Red+Green+Blue) = 196+134+220=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C486DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DC is #3B7923. Grayscale: #A2A2A2. Windows color (decimal): -3897636 or 14452420. OLE color: 14452420.

HSL color Cylindrical-coordinate representation of color #C486DC: hue angle of 283.26º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C486DC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 134 220 -
CMYK 0.11 0.39 0 0.14
HSL 283.26º 0.55% 0.69% -
HSV(B) 283.26º 0.39% 0.86% -
XYZ 44.21 33.95 71.93 -
YUV 162.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 196 134 220 0.11 0.39 0 0.14 283.26 0.55 0.69
Hex C4 86 DC B 27 0 E 11B 37 45
Octal 304 206 334 13 47 0 16 433 67 105
Binary 11000100 10000110 11011100 1011 100111 0 1110 100011011 110111 1000101

Color Harmonies of #C486DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486DC

Black with #C486DC

Text Example


Text Example

White with #C486DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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