Html Css Color HEX #C486D7 Wisteria

📋 copy color: '#C486D7'

red 196 ◦ green 134 ◦ blue 215

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

Shades of Wisteria #C486D7

Tints of Wisteria #C486D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 35.96%
G = 24.59%
B = 39.45%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C486D7 (or 0xC486D7) is known color: Wisteria. HEX triplet: C4, 86 and D7. RGB value is (196,134,215). Sum of RGB (Red+Green+Blue) = 196+134+215=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #C486D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486D7 is #3B7928. Grayscale: #A1A1A1. Windows color (decimal): -3897641 or 14124740. OLE color: 14124740.

HSL color Cylindrical-coordinate representation of color #C486D7: hue angle of 285.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C486D7 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 134 215 -
CMYK 0.09 0.38 0 0.16
HSL 285.93º 0.5% 0.68% -
HSV(B) 285.93º 0.38% 0.84% -
XYZ 43.56 33.69 68.5 -
YUV 161.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 196 134 215 0.09 0.38 0 0.16 285.93 0.5 0.68
Hex C4 86 D7 9 26 0 10 11E 32 44
Octal 304 206 327 11 46 0 20 436 62 104
Binary 11000100 10000110 11010111 1001 100110 0 10000 100011110 110010 1000100

Color Harmonies of #C486D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486D7

Black with #C486D7

Text Example


Text Example

White with #C486D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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