#C58DFB

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

Shades of Wisteria #C58DFB

Tints of Wisteria #C58DFB

Color information

#C58DFB (or 0xC58DFB) is unknown color: approx Wisteria. HEX triplet: C5, 8D and FB. RGB value is (197,141,251). Sum of RGB (Red+Green+Blue) = 197+141+251=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C58DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DFB is #3A7204. Grayscale: #A9A9A9. Windows color (decimal): -3830277 or 16485829. OLE color: 16485829.

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

Color convert

RGB197141251-
CMYK0.220.4400.02
HSL270.55º93.22%76.86%-
HSV(B)270.55º43.82%98.43%-
XYZ49.9637.8995.95-
YUV170.28173.55147.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=33.45%
G=23.94%
B=42.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971412510.220.4400.02270.5593.2276.86
HexC58DFB162C0210f5d4d
Octal305215373265402417135115
Binary1100010110001101111110111011010110001010000111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DFB; }

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

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

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

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

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

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

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

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