#C58DDC

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

Shades of Wisteria #C58DDC

Tints of Wisteria #C58DDC

Color information

#C58DDC (or 0xC58DDC) is unknown color: approx Wisteria. HEX triplet: C5, 8D and DC. RGB value is (197,141,220). Sum of RGB (Red+Green+Blue) = 197+141+220=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDC is #3A7223. Grayscale: #A6A6A6. Windows color (decimal): -3830308 or 14454213. OLE color: 14454213.

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

Color convert

RGB197141220-
CMYK0.100.3600.14
HSL282.53º53.02%70.78%-
HSV(B)282.53º35.91%86.27%-
XYZ45.4736.0972.28-
YUV166.75158.05149.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=35.30%
G=25.27%
B=39.43%

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
Decimal1971412200.100.3600.14282.5353.0270.78
HexC58DDCA240E11b3547
Octal305215334124401643365107
Binary1100010110001101110111001010100100011101000110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DDC; }

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

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

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

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

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

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

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

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