Shades of Wisteria #C59BD2
Tints of Wisteria #C59BD2
RGB
CMYK
RGB Variations
Color information
#C59BD2 (or 0xC59BD2) is known color: Wisteria. HEX triplet: C5, 9B and D2. RGB value is (197,155,210). Sum of RGB (Red+Green+Blue) = 197+155+210=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BD2 is #3A642D. Grayscale: #ADADAD. Windows color (decimal): -3826734 or 13802437. OLE color: 13802437.
HSL color Cylindrical-coordinate representation of color #C59BD2: hue angle of 285.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59BD2 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 155 | 210 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.18 |
| HSL | 285.82º | 0.38% | 0.72% | - |
| HSV(B) | 285.82º | 0.26% | 0.82% | - |
| XYZ | 46.38 | 39.97 | 66.24 | - |
| YUV | 173.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 210 | 0.06 | 0.26 | 0 | 0.18 | 285.82 | 0.38 | 0.72 |
| Hex | C5 | 9B | D2 | 6 | 1A | 0 | 12 | 11E | 26 | 48 |
| Octal | 305 | 233 | 322 | 6 | 32 | 0 | 22 | 436 | 46 | 110 |
| Binary | 11000101 | 10011011 | 11010010 | 110 | 11010 | 0 | 10010 | 100011110 | 100110 | 1001000 |
Color Harmonies of #C59BD2
Complementary color
Monochromatic Colors of #C59BD2
Black with #C59BD2
Text Example
Text Example
White with #C59BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BD2; }
p { color: rgb(197,155,210); }
H1.HeaderClassName
{
color: #C59BD2;
}
.AnyTagClassName
{
color: #C59BD2;
}
</style>
background-color css
<style>
a { background-color: #C59BD2; }
a { background-color: rgb(197,155,210); }
div.DivClassName
{
background-color: #C59BD2;
}
.BgClassName
{
background-color: #C59BD2;
}
</style>
border-color css
<style>
span { border-color: #C59BD2; }
span { border-color: rgb(197,155,210); }
td.TdClassName
{
border-color: #C59BD2;
}
.TagClassName
{
border-color: #C59BD2;
}
</style>