#C58BE7

Color #C58BE7 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C58BE7

Tints of Wisteria #C58BE7

Color information

#C58BE7 (or 0xC58BE7) is unknown color: approx Wisteria. HEX triplet: C5, 8B and E7. RGB value is (197,139,231). Sum of RGB (Red+Green+Blue) = 197+139+231=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #C58BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BE7 is #3A7418. Grayscale: #A6A6A6. Windows color (decimal): -3830809 or 15174597. OLE color: 15174597.

HSL color Cylindrical-coordinate representation of color #C58BE7: hue angle of 277.83º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58BE7 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197139231-
CMYK0.150.4000.09
HSL277.83º65.71%72.55%-
HSV(B)277.83º39.83%90.59%-
XYZ46.6836.1180.11-
YUV166.83164.22149.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=34.74%
G=24.51%
B=40.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971392310.150.4000.09277.8365.7172.55
HexC58BE7F28091164249
Octal3052133471750011426102111
Binary11000101100010111110011111111010000100110001011010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BE7; }

 p { color: rgb(197,139,231); }

 H1.HeaderClassName
 {
   color: #C58BE7;
 }
 .AnyTagClassName
 {
   color: #C58BE7;
 }
</style>
background-color css

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

 a { background-color: rgb(197,139,231); }

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

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

 span { border-color: rgb(197,139,231); }

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