Html Css Color HEX #C586DD Wisteria

📋 copy color: '#C586DD'

red 197 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C586DD

Tints of Wisteria #C586DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 35.69%
G = 24.28%
B = 40.04%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C586DD (or 0xC586DD) is known color: Wisteria. HEX triplet: C5, 86 and DD. RGB value is (197,134,221). Sum of RGB (Red+Green+Blue) = 197+134+221=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C586DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586DD is #3A7922. Grayscale: #A2A2A2. Windows color (decimal): -3832099 or 14517957. OLE color: 14517957.

HSL color Cylindrical-coordinate representation of color #C586DD: hue angle of 283.45º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C586DD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 134 221 -
CMYK 0.11 0.39 0 0.13
HSL 283.45º 0.56% 0.7% -
HSV(B) 283.45º 0.39% 0.87% -
XYZ 44.6 34.14 72.65 -
YUV 162.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 197 134 221 0.11 0.39 0 0.13 283.45 0.56 0.7
Hex C5 86 DD B 27 0 D 11B 38 46
Octal 305 206 335 13 47 0 15 433 70 106
Binary 11000101 10000110 11011101 1011 100111 0 1101 100011011 111000 1000110

Color Harmonies of #C586DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586DD

Black with #C586DD

Text Example


Text Example

White with #C586DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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