#C58DDB

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

Shades of Wisteria #C58DDB

Tints of Wisteria #C58DDB

Color information

#C58DDB (or 0xC58DDB) is unknown color: approx Wisteria. HEX triplet: C5, 8D and DB. RGB value is (197,141,219). Sum of RGB (Red+Green+Blue) = 197+141+219=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDB is #3A7224. Grayscale: #A6A6A6. Windows color (decimal): -3830309 or 14388677. OLE color: 14388677.

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

Color convert

RGB197141219-
CMYK0.100.3600.14
HSL283.08º52%70.59%-
HSV(B)283.08º35.62%85.88%-
XYZ45.3436.0371.58-
YUV166.64157.55149.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=35.37%
G=25.31%
B=39.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971412190.100.3600.14283.085270.59
HexC58DDBA240E11b3447
Octal305215333124401643364107
Binary1100010110001101110110111010100100011101000110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DDB; }

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

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

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

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

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

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

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

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