#C58AE0

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

Shades of Wisteria #C58AE0

Tints of Wisteria #C58AE0

Color information

#C58AE0 (or 0xC58AE0) is unknown color: approx Wisteria. HEX triplet: C5, 8A and E0. RGB value is (197,138,224). Sum of RGB (Red+Green+Blue) = 197+138+224=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #C58AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AE0 is #3A751F. Grayscale: #A5A5A5. Windows color (decimal): -3831072 or 14715589. OLE color: 14715589.

HSL color Cylindrical-coordinate representation of color #C58AE0: hue angle of 281.16º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58AE0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197138224-
CMYK0.120.3800.12
HSL281.16º58.11%70.98%-
HSV(B)281.16º38.39%87.84%-
XYZ45.5735.4374.96-
YUV165.44161.05150.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=35.24%
G=24.69%
B=40.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971382240.120.3800.12281.1658.1170.98
HexC58AE0C260C1193a47
Octal305212340144601443172107
Binary1100010110001010111000001100100110011001000110011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AE0; }

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

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

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

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

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

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

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

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