Shades of Wisteria #C59DD3
Tints of Wisteria #C59DD3
RGB
CMYK
RGB Variations
Color information
#C59DD3 (or 0xC59DD3) is known color: Wisteria. HEX triplet: C5, 9D and D3. RGB value is (197,157,211). Sum of RGB (Red+Green+Blue) = 197+157+211=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #C59DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DD3 is #3A622C. Grayscale: #AEAEAE. Windows color (decimal): -3826221 or 13868485. OLE color: 13868485.
HSL color Cylindrical-coordinate representation of color #C59DD3: hue angle of 284.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59DD3 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 157 | 211 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.17 |
| HSL | 284.44º | 0.38% | 0.72% | - |
| HSV(B) | 284.44º | 0.26% | 0.83% | - |
| XYZ | 46.84 | 40.69 | 67.01 | - |
| YUV | 175.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 211 | 0.07 | 0.26 | 0 | 0.17 | 284.44 | 0.38 | 0.72 |
| Hex | C5 | 9D | D3 | 7 | 1A | 0 | 11 | 11C | 26 | 48 |
| Octal | 305 | 235 | 323 | 7 | 32 | 0 | 21 | 434 | 46 | 110 |
| Binary | 11000101 | 10011101 | 11010011 | 111 | 11010 | 0 | 10001 | 100011100 | 100110 | 1001000 |
Color Harmonies of #C59DD3
Complementary color
Monochromatic Colors of #C59DD3
Black with #C59DD3
Text Example
Text Example
White with #C59DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DD3; }
p { color: rgb(197,157,211); }
H1.HeaderClassName
{
color: #C59DD3;
}
.AnyTagClassName
{
color: #C59DD3;
}
</style>
background-color css
<style>
a { background-color: #C59DD3; }
a { background-color: rgb(197,157,211); }
div.DivClassName
{
background-color: #C59DD3;
}
.BgClassName
{
background-color: #C59DD3;
}
</style>
border-color css
<style>
span { border-color: #C59DD3; }
span { border-color: rgb(197,157,211); }
td.TdClassName
{
border-color: #C59DD3;
}
.TagClassName
{
border-color: #C59DD3;
}
</style>