Shades of Wisteria #C58ADC
Tints of Wisteria #C58ADC
RGB
CMYK
RGB Variations
Color information
#C58ADC (or 0xC58ADC) is known color: Wisteria. HEX triplet: C5, 8A and DC. RGB value is (197,138,220). Sum of RGB (Red+Green+Blue) = 197+138+220=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADC is #3A7523. Grayscale: #A4A4A4. Windows color (decimal): -3831076 or 14453445. OLE color: 14453445.
HSL color Cylindrical-coordinate representation of color #C58ADC: hue angle of 283.17º degrees, saturation: 0.54, 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 #C58ADC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 138 | 220 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.14 |
| HSL | 283.17º | 0.54% | 0.7% | - |
| HSV(B) | 283.17º | 0.37% | 0.86% | - |
| XYZ | 45.03 | 35.21 | 72.13 | - |
| YUV | 164.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 220 | 0.10 | 0.37 | 0 | 0.14 | 283.17 | 0.54 | 0.7 |
| Hex | C5 | 8A | DC | A | 25 | 0 | E | 11B | 36 | 46 |
| Octal | 305 | 212 | 334 | 12 | 45 | 0 | 16 | 433 | 66 | 106 |
| Binary | 11000101 | 10001010 | 11011100 | 1010 | 100101 | 0 | 1110 | 100011011 | 110110 | 1000110 |
Color Harmonies of #C58ADC
Complementary color
Monochromatic Colors of #C58ADC
Black with #C58ADC
Text Example
Text Example
White with #C58ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ADC; }
p { color: rgb(197,138,220); }
H1.HeaderClassName
{
color: #C58ADC;
}
.AnyTagClassName
{
color: #C58ADC;
}
</style>
background-color css
<style>
a { background-color: #C58ADC; }
a { background-color: rgb(197,138,220); }
div.DivClassName
{
background-color: #C58ADC;
}
.BgClassName
{
background-color: #C58ADC;
}
</style>
border-color css
<style>
span { border-color: #C58ADC; }
span { border-color: rgb(197,138,220); }
td.TdClassName
{
border-color: #C58ADC;
}
.TagClassName
{
border-color: #C58ADC;
}
</style>