#C58CDF

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

Shades of Wisteria #C58CDF

Tints of Wisteria #C58CDF

Color information

#C58CDF (or 0xC58CDF) is unknown color: approx Wisteria. HEX triplet: C5, 8C and DF. RGB value is (197,140,223). Sum of RGB (Red+Green+Blue) = 197+140+223=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDF is #3A7320. Grayscale: #A6A6A6. Windows color (decimal): -3830561 or 14650565. OLE color: 14650565.

HSL color Cylindrical-coordinate representation of color #C58CDF: hue angle of 281.2º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58CDF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197140223-
CMYK0.120.3700.13
HSL281.2º56.46%71.18%-
HSV(B)281.2º37.22%87.45%-
XYZ45.7235.9574.34-
YUV166.5159.88149.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=35.18%
G=25%
B=39.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971402230.120.3700.13281.256.4671.18
HexC58CDFC250D1193847
Octal305214337144501543170107
Binary1100010110001100110111111100100101011011000110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CDF; }

 p { color: rgb(197,140,223); }

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

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

 a { background-color: rgb(197,140,223); }

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

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

 span { border-color: rgb(197,140,223); }

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