#C58AD5

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

Shades of Wisteria #C58AD5

Tints of Wisteria #C58AD5

Color information

#C58AD5 (or 0xC58AD5) is unknown color: approx Wisteria. HEX triplet: C5, 8A and D5. RGB value is (197,138,213). Sum of RGB (Red+Green+Blue) = 197+138+213=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C58AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AD5 is #3A752A. Grayscale: #A3A3A3. Windows color (decimal): -3831083 or 13994693. OLE color: 13994693.

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

Color convert

RGB197138213-
CMYK0.080.3500.16
HSL287.2º47.17%68.82%-
HSV(B)287.2º35.21%83.53%-
XYZ44.1234.8567.35-
YUV164.19155.55151.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=35.95%
G=25.18%
B=38.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971382130.080.3500.16287.247.1768.82
HexC58AD582301011f2f45
Octal305212325104302043757105
Binary11000101100010101101010110001000110100001000111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AD5; }

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

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

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

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

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

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

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

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