#C58EFA

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

Shades of Wisteria #C58EFA

Tints of Wisteria #C58EFA

Color information

#C58EFA (or 0xC58EFA) is unknown color: approx Wisteria. HEX triplet: C5, 8E and FA. RGB value is (197,142,250). Sum of RGB (Red+Green+Blue) = 197+142+250=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C58EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFA is #3A7105. Grayscale: #AAAAAA. Windows color (decimal): -3830022 or 16420549. OLE color: 16420549.

HSL color Cylindrical-coordinate representation of color #C58EFA: hue angle of 270.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58EFA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197142250-
CMYK0.210.4300.02
HSL270.56º91.53%76.86%-
HSV(B)270.56º43.2%98.04%-
XYZ49.9538.1295.17-
YUV170.76172.72146.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=33.45%
G=24.11%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971422500.210.4300.02270.5691.5376.86
HexC58EFA152B0210f5c4d
Octal305216372255302417134115
Binary1100010110001110111110101010110101101010000111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EFA; }

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

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

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

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

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

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

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

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