Html Css Color HEX #C586DF Wisteria

📋 copy color: '#C586DF'

red 197 ◦ green 134 ◦ blue 223

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

Shades of Wisteria #C586DF

Tints of Wisteria #C586DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 35.56%
G = 24.19%
B = 40.25%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C586DF (or 0xC586DF) is known color: Wisteria. HEX triplet: C5, 86 and DF. RGB value is (197,134,223). Sum of RGB (Red+Green+Blue) = 197+134+223=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C586DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586DF is #3A7920. Grayscale: #A2A2A2. Windows color (decimal): -3832097 or 14649029. OLE color: 14649029.

HSL color Cylindrical-coordinate representation of color #C586DF: hue angle of 282.47º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C586DF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 134 223 -
CMYK 0.12 0.40 0 0.13
HSL 282.47º 0.58% 0.7% -
HSV(B) 282.47º 0.4% 0.87% -
XYZ 44.87 34.25 74.06 -
YUV 162.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 197 134 223 0.12 0.40 0 0.13 282.47 0.58 0.7
Hex C5 86 DF C 28 0 D 11A 3A 46
Octal 305 206 337 14 50 0 15 432 72 106
Binary 11000101 10000110 11011111 1100 101000 0 1101 100011010 111010 1000110

Color Harmonies of #C586DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586DF

Black with #C586DF

Text Example


Text Example

White with #C586DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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