#c58bde

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

Shades of Wisteria #C58BDE

Tints of Wisteria #C58BDE

Color information

#C58BDE (or 0xC58BDE) is unknown color: approx Wisteria. HEX triplet: C5, 8B and DE. RGB value is (197,139,222). Sum of RGB (Red+Green+Blue) = 197+139+222=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C58BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDE is #3A7421. Grayscale: #A5A5A5. Windows color (decimal): -3830818 or 14584773. OLE color: 14584773.

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

Color convert

RGB197139222-
CMYK0.110.3700.13
HSL281.93º55.7%70.78%-
HSV(B)281.93º37.39%87.06%-
XYZ45.4435.6173.59-
YUV165.8159.72150.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=35.30%
G=24.91%
B=39.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971392220.110.3700.13281.9355.770.78
HexC58BDEB250D11a3847
Octal305213336134501543270107
Binary1100010110001011110111101011100101011011000110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58bde; }

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

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

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

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

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

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

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

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