#C58FDB

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

Shades of Wisteria #C58FDB

Tints of Wisteria #C58FDB

Color information

#C58FDB (or 0xC58FDB) is unknown color: approx Wisteria. HEX triplet: C5, 8F and DB. RGB value is (197,143,219). Sum of RGB (Red+Green+Blue) = 197+143+219=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDB is #3A7024. Grayscale: #A7A7A7. Windows color (decimal): -3829797 or 14389189. OLE color: 14389189.

HSL color Cylindrical-coordinate representation of color #C58FDB: hue angle of 282.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58FDB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197143219-
CMYK0.100.3500.14
HSL282.63º51.35%70.98%-
HSV(B)282.63º34.7%85.88%-
XYZ45.6336.6371.68-
YUV167.81156.89148.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=35.24%
G=25.58%
B=39.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971432190.100.3500.14282.6351.3570.98
HexC58FDBA230E11b3347
Octal305217333124301643363107
Binary1100010110001111110110111010100011011101000110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FDB; }

 p { color: rgb(197,143,219); }

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

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

 a { background-color: rgb(197,143,219); }

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

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

 span { border-color: rgb(197,143,219); }

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