#C58EDB

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

Shades of Wisteria #C58EDB

Tints of Wisteria #C58EDB

Color information

#C58EDB (or 0xC58EDB) is unknown color: approx Wisteria. HEX triplet: C5, 8E and DB. RGB value is (197,142,219). Sum of RGB (Red+Green+Blue) = 197+142+219=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EDB is #3A7124. Grayscale: #A6A6A6. Windows color (decimal): -3830053 or 14388933. OLE color: 14388933.

HSL color Cylindrical-coordinate representation of color #C58EDB: hue angle of 282.86º degrees, saturation: 0.52, 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 #C58EDB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197142219-
CMYK0.100.3500.14
HSL282.86º51.68%70.78%-
HSV(B)282.86º35.16%85.88%-
XYZ45.4936.3371.63-
YUV167.22157.22149.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=35.30%
G=25.45%
B=39.25%

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
Decimal1971422190.100.3500.14282.8651.6870.78
HexC58EDBA230E11b3447
Octal305216333124301643364107
Binary1100010110001110110110111010100011011101000110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EDB; }

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

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

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

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

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

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

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

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