#C58FD5

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

Shades of Wisteria #C58FD5

Tints of Wisteria #C58FD5

Color information

#C58FD5 (or 0xC58FD5) is unknown color: approx Wisteria. HEX triplet: C5, 8F and D5. RGB value is (197,143,213). Sum of RGB (Red+Green+Blue) = 197+143+213=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #C58FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FD5 is #3A702A. Grayscale: #A6A6A6. Windows color (decimal): -3829803 or 13995973. OLE color: 13995973.

HSL color Cylindrical-coordinate representation of color #C58FD5: hue angle of 286.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58FD5 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197143213-
CMYK0.080.3300.16
HSL286.29º45.45%69.8%-
HSV(B)286.29º32.86%83.53%-
XYZ44.8636.3267.6-
YUV167.13153.89149.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=35.62%
G=25.86%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971432130.080.3300.16286.2945.4569.8
HexC58FD582101011e2d46
Octal305217325104102043655106
Binary11000101100011111101010110001000010100001000111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FD5; }

 p { color: rgb(197,143,213); }

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

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

 a { background-color: rgb(197,143,213); }

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

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

 span { border-color: rgb(197,143,213); }

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