#C58BE6

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

Shades of Wisteria #C58BE6

Tints of Wisteria #C58BE6

Color information

#C58BE6 (or 0xC58BE6) is unknown color: approx Wisteria. HEX triplet: C5, 8B and E6. RGB value is (197,139,230). Sum of RGB (Red+Green+Blue) = 197+139+230=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C58BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BE6 is #3A7419. Grayscale: #A6A6A6. Windows color (decimal): -3830810 or 15109061. OLE color: 15109061.

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

Color convert

RGB197139230-
CMYK0.140.4000.10
HSL278.24º64.54%72.35%-
HSV(B)278.24º39.57%90.2%-
XYZ46.5436.0579.37-
YUV166.72163.72149.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=34.81%
G=24.56%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971392300.140.4000.10278.2464.5472.35
HexC58BE6E280A1164148
Octal3052133461650012426101110
Binary11000101100010111110011011101010000101010001011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BE6; }

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

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

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

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

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

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

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

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