Shades of Wisteria #C59DD0
Tints of Wisteria #C59DD0
RGB
CMYK
RGB Variations
Color information
#C59DD0 (or 0xC59DD0) is known color: Wisteria. HEX triplet: C5, 9D and D0. RGB value is (197,157,208). Sum of RGB (Red+Green+Blue) = 197+157+208=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #C59DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DD0 is #3A622F. Grayscale: #AEAEAE. Windows color (decimal): -3826224 or 13671877. OLE color: 13671877.
HSL color Cylindrical-coordinate representation of color #C59DD0: hue angle of 287.06º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59DD0 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 157 | 208 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.18 |
| HSL | 287.06º | 0.35% | 0.72% | - |
| HSV(B) | 287.06º | 0.25% | 0.82% | - |
| XYZ | 46.47 | 40.54 | 65.05 | - |
| YUV | 174.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 208 | 0.05 | 0.25 | 0 | 0.18 | 287.06 | 0.35 | 0.72 |
| Hex | C5 | 9D | D0 | 5 | 19 | 0 | 12 | 11F | 23 | 48 |
| Octal | 305 | 235 | 320 | 5 | 31 | 0 | 22 | 437 | 43 | 110 |
| Binary | 11000101 | 10011101 | 11010000 | 101 | 11001 | 0 | 10010 | 100011111 | 100011 | 1001000 |
Color Harmonies of #C59DD0
Complementary color
Monochromatic Colors of #C59DD0
Black with #C59DD0
Text Example
Text Example
White with #C59DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DD0; }
p { color: rgb(197,157,208); }
H1.HeaderClassName
{
color: #C59DD0;
}
.AnyTagClassName
{
color: #C59DD0;
}
</style>
background-color css
<style>
a { background-color: #C59DD0; }
a { background-color: rgb(197,157,208); }
div.DivClassName
{
background-color: #C59DD0;
}
.BgClassName
{
background-color: #C59DD0;
}
</style>
border-color css
<style>
span { border-color: #C59DD0; }
span { border-color: rgb(197,157,208); }
td.TdClassName
{
border-color: #C59DD0;
}
.TagClassName
{
border-color: #C59DD0;
}
</style>