#C58EF6

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

Shades of Wisteria #C58EF6

Tints of Wisteria #C58EF6

Color information

#C58EF6 (or 0xC58EF6) is unknown color: approx Wisteria. HEX triplet: C5, 8E and F6. RGB value is (197,142,246). Sum of RGB (Red+Green+Blue) = 197+142+246=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #C58EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EF6 is #3A7109. Grayscale: #A9A9A9. Windows color (decimal): -3830026 or 16158405. OLE color: 16158405.

HSL color Cylindrical-coordinate representation of color #C58EF6: hue angle of 271.73º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58EF6 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197142246-
CMYK0.200.4200.04
HSL271.73º85.25%76.08%-
HSV(B)271.73º42.28%96.47%-
XYZ49.3337.8791.9-
YUV170.3170.72147.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=33.68%
G=24.27%
B=42.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971422460.200.4200.04271.7385.2576.08
HexC58EF6142A04110554c
Octal305216366245204420125114
Binary11000101100011101111011010100101010010010001000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EF6; }

 p { color: rgb(197,142,246); }

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

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

 a { background-color: rgb(197,142,246); }

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

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

 span { border-color: rgb(197,142,246); }

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