#C58EFD

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

Shades of Wisteria #C58EFD

Tints of Wisteria #C58EFD

Color information

#C58EFD (or 0xC58EFD) is unknown color: approx Wisteria. HEX triplet: C5, 8E and FD. RGB value is (197,142,253). Sum of RGB (Red+Green+Blue) = 197+142+253=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C58EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFD is #3A7102. Grayscale: #AAAAAA. Windows color (decimal): -3830019 or 16617157. OLE color: 16617157.

HSL color Cylindrical-coordinate representation of color #C58EFD: hue angle of 269.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58EFD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197142253-
CMYK0.220.4400.01
HSL269.73º96.52%77.45%-
HSV(B)269.73º43.87%99.22%-
XYZ50.4338.3197.66-
YUV171.1174.22146.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=33.28%
G=23.99%
B=42.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971422530.220.4400.01269.7396.5277.45
HexC58EFD162C0110e614d
Octal305216375265401416141115
Binary110001011000111011111101101101011000110000111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EFD; }

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

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

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

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

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

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

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

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