#C58DE3

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

Shades of Wisteria #C58DE3

Tints of Wisteria #C58DE3

Color information

#C58DE3 (or 0xC58DE3) is unknown color: approx Wisteria. HEX triplet: C5, 8D and E3. RGB value is (197,141,227). Sum of RGB (Red+Green+Blue) = 197+141+227=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #C58DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DE3 is #3A721C. Grayscale: #A7A7A7. Windows color (decimal): -3830301 or 14912965. OLE color: 14912965.

HSL color Cylindrical-coordinate representation of color #C58DE3: hue angle of 279.07º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58DE3 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197141227-
CMYK0.130.3800.11
HSL279.07º60.56%72.16%-
HSV(B)279.07º37.89%89.02%-
XYZ46.4236.4777.27-
YUV167.55161.55149.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=34.87%
G=24.96%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971412270.130.3800.11279.0760.5672.16
HexC58DE3D260B1173d48
Octal305215343154601342775110
Binary1100010110001101111000111101100110010111000101111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DE3; }

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

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

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

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

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

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

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

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