Html Css Color HEX #C586E5 Wisteria

📋 copy color: '#C586E5'

red 197 ◦ green 134 ◦ blue 229

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

Shades of Wisteria #C586E5

Tints of Wisteria #C586E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 35.18%
G = 23.93%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C586E5 (or 0xC586E5) is known color: Wisteria. HEX triplet: C5, 86 and E5. RGB value is (197,134,229). Sum of RGB (Red+Green+Blue) = 197+134+229=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #C586E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586E5 is #3A791A. Grayscale: #A3A3A3. Windows color (decimal): -3832091 or 15042245. OLE color: 15042245.

HSL color Cylindrical-coordinate representation of color #C586E5: hue angle of 279.79º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C586E5 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 134 229 -
CMYK 0.14 0.41 0 0.10
HSL 279.79º 0.65% 0.71% -
HSV(B) 279.79º 0.41% 0.9% -
XYZ 45.69 34.58 78.39 -
YUV 163.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 197 134 229 0.14 0.41 0 0.10 279.79 0.65 0.71
Hex C5 86 E5 E 29 0 A 118 41 47
Octal 305 206 345 16 51 0 12 430 101 107
Binary 11000101 10000110 11100101 1110 101001 0 1010 100011000 1000001 1000111

Color Harmonies of #C586E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586E5

Black with #C586E5

Text Example


Text Example

White with #C586E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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