#C58ADB

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

Shades of Wisteria #C58ADB

Tints of Wisteria #C58ADB

Color information

#C58ADB (or 0xC58ADB) is unknown color: approx Wisteria. HEX triplet: C5, 8A and DB. RGB value is (197,138,219). Sum of RGB (Red+Green+Blue) = 197+138+219=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADB is #3A7524. Grayscale: #A4A4A4. Windows color (decimal): -3831077 or 14387909. OLE color: 14387909.

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

Color convert

RGB197138219-
CMYK0.100.3700.14
HSL283.7º52.94%70%-
HSV(B)283.7º36.99%85.88%-
XYZ44.935.1671.44-
YUV164.88158.55150.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=35.56%
G=24.91%
B=39.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971382190.100.3700.14283.752.9470
HexC58ADBA250E11c3546
Octal305212333124501643465106
Binary1100010110001010110110111010100101011101000111001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ADB; }

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

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

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

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

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

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

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

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