#C58DFD

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

Shades of Wisteria #C58DFD

Tints of Wisteria #C58DFD

Color information

#C58DFD (or 0xC58DFD) is unknown color: approx Wisteria. HEX triplet: C5, 8D and FD. RGB value is (197,141,253). Sum of RGB (Red+Green+Blue) = 197+141+253=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C58DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DFD is #3A7202. Grayscale: #AAAAAA. Windows color (decimal): -3830275 or 16616901. OLE color: 16616901.

HSL color Cylindrical-coordinate representation of color #C58DFD: hue angle of 270º 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 #C58DFD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197141253-
CMYK0.220.4400.01
HSL270º96.55%77.25%-
HSV(B)270º44.27%99.22%-
XYZ50.2838.0197.62-
YUV170.51174.55146.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=33.33%
G=23.86%
B=42.81%

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
Decimal1971412530.220.4400.0127096.5577.25
HexC58DFD162C0110e614d
Octal305215375265401416141115
Binary110001011000110111111101101101011000110000111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DFD; }

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

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

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

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

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

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

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

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