Html Css Color HEX #C586D8 Wisteria

📋 copy color: '#C586D8'

red 197 ◦ green 134 ◦ blue 216

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

Shades of Wisteria #C586D8

Tints of Wisteria #C586D8

RGB

 RED value IS 197 (77.34% from 255) = 36.01%

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 36.01%
G = 24.5%
B = 39.49%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C586D8 (or 0xC586D8) is known color: Wisteria. HEX triplet: C5, 86 and D8. RGB value is (197,134,216). Sum of RGB (Red+Green+Blue) = 197+134+216=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #C586D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586D8 is #3A7927. Grayscale: #A1A1A1. Windows color (decimal): -3832104 or 14190277. OLE color: 14190277.

HSL color Cylindrical-coordinate representation of color #C586D8: hue angle of 286.1º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C586D8 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 134 216 -
CMYK 0.09 0.38 0 0.15
HSL 286.1º 0.51% 0.69% -
HSV(B) 286.1º 0.38% 0.85% -
XYZ 43.95 33.88 69.19 -
YUV 162.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 197 134 216 0.09 0.38 0 0.15 286.1 0.51 0.69
Hex C5 86 D8 9 26 0 F 11E 33 45
Octal 305 206 330 11 46 0 17 436 63 105
Binary 11000101 10000110 11011000 1001 100110 0 1111 100011110 110011 1000101

Color Harmonies of #C586D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586D8

Black with #C586D8

Text Example


Text Example

White with #C586D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586D8; }

 p { color: rgb(197,134,216); }

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

background-color css

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

 a { background-color: rgb(197,134,216); }

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

border-color css

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

 span { border-color: rgb(197,134,216); }

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