Html Css Color HEX #C586E8 Wisteria

📋 copy color: '#C586E8'

red 197 ◦ green 134 ◦ blue 232

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

Shades of Wisteria #C586E8

Tints of Wisteria #C586E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 34.99%
G = 23.8%
B = 41.21%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C586E8 (or 0xC586E8) is known color: Wisteria. HEX triplet: C5, 86 and E8. RGB value is (197,134,232). Sum of RGB (Red+Green+Blue) = 197+134+232=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #C586E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C586E8 is #3A7917. Grayscale: #A3A3A3. Windows color (decimal): -3832088 or 15238853. OLE color: 15238853.

HSL color Cylindrical-coordinate representation of color #C586E8: hue angle of 278.57º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C586E8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 134 232 -
CMYK 0.15 0.42 0 0.09
HSL 278.57º 0.68% 0.72% -
HSV(B) 278.57º 0.42% 0.91% -
XYZ 46.12 34.75 80.62 -
YUV 164.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 197 134 232 0.15 0.42 0 0.09 278.57 0.68 0.72
Hex C5 86 E8 F 2A 0 9 117 44 48
Octal 305 206 350 17 52 0 11 427 104 110
Binary 11000101 10000110 11101000 1111 101010 0 1001 100010111 1000100 1001000

Color Harmonies of #C586E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586E8

Black with #C586E8

Text Example


Text Example

White with #C586E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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