#C58BEB

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

Shades of Wisteria #C58BEB

Tints of Wisteria #C58BEB

Color information

#C58BEB (or 0xC58BEB) is unknown color: approx Wisteria. HEX triplet: C5, 8B and EB. RGB value is (197,139,235). Sum of RGB (Red+Green+Blue) = 197+139+235=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BEB is #3A7414. Grayscale: #A6A6A6. Windows color (decimal): -3830805 or 15436741. OLE color: 15436741.

HSL color Cylindrical-coordinate representation of color #C58BEB: hue angle of 276.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58BEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197139235-
CMYK0.160.4100.08
HSL276.25º70.59%73.33%-
HSV(B)276.25º40.85%92.16%-
XYZ47.2536.3383.12-
YUV167.29166.22149.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=34.50%
G=24.34%
B=41.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971392350.160.4100.08276.2570.5973.33
HexC58BEB1029081144749
Octal3052133532051010424107111
Binary110001011000101111101011100001010010100010001010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BEB; }

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

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

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

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

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

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

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

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