#C58AD3

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

Shades of Wisteria #C58AD3

Tints of Wisteria #C58AD3

Color information

#C58AD3 (or 0xC58AD3) is unknown color: approx Wisteria. HEX triplet: C5, 8A and D3. RGB value is (197,138,211). Sum of RGB (Red+Green+Blue) = 197+138+211=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #C58AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AD3 is #3A752C. Grayscale: #A3A3A3. Windows color (decimal): -3831085 or 13863621. OLE color: 13863621.

HSL color Cylindrical-coordinate representation of color #C58AD3: hue angle of 288.49º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58AD3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197138211-
CMYK0.070.3500.17
HSL288.49º45.34%68.43%-
HSV(B)288.49º34.6%82.75%-
XYZ43.8734.7566.02-
YUV163.96154.55151.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 211 (82.81% from 255) = 38.64%
R=36.08%
G=25.27%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971382110.070.3500.17288.4945.3468.43
HexC58AD37230111202d44
Octal30521232374302144055104
Binary1100010110001010110100111111000110100011001000001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AD3; }

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

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

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

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

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

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

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

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