Shades of Wisteria #C595D8
Tints of Wisteria #C595D8
RGB
CMYK
RGB Variations
Color information
#C595D8 (or 0xC595D8) is known color: Wisteria. HEX triplet: C5, 95 and D8. RGB value is (197,149,216). Sum of RGB (Red+Green+Blue) = 197+149+216=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #C595D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D8 is #3A6A27. Grayscale: #AAAAAA. Windows color (decimal): -3828264 or 14194117. OLE color: 14194117.
HSL color Cylindrical-coordinate representation of color #C595D8: hue angle of 282.99º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C595D8 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 149 | 216 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.15 |
| HSL | 282.99º | 0.46% | 0.72% | - |
| HSV(B) | 282.99º | 0.31% | 0.85% | - |
| XYZ | 46.17 | 38.32 | 69.93 | - |
| YUV | 170.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 216 | 0.09 | 0.31 | 0 | 0.15 | 282.99 | 0.46 | 0.72 |
| Hex | C5 | 95 | D8 | 9 | 1F | 0 | F | 11B | 2E | 48 |
| Octal | 305 | 225 | 330 | 11 | 37 | 0 | 17 | 433 | 56 | 110 |
| Binary | 11000101 | 10010101 | 11011000 | 1001 | 11111 | 0 | 1111 | 100011011 | 101110 | 1001000 |
Color Harmonies of #C595D8
Complementary color
Monochromatic Colors of #C595D8
Black with #C595D8
Text Example
Text Example
White with #C595D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595D8; }
p { color: rgb(197,149,216); }
H1.HeaderClassName
{
color: #C595D8;
}
.AnyTagClassName
{
color: #C595D8;
}
</style>
background-color css
<style>
a { background-color: #C595D8; }
a { background-color: rgb(197,149,216); }
div.DivClassName
{
background-color: #C595D8;
}
.BgClassName
{
background-color: #C595D8;
}
</style>
border-color css
<style>
span { border-color: #C595D8; }
span { border-color: rgb(197,149,216); }
td.TdClassName
{
border-color: #C595D8;
}
.TagClassName
{
border-color: #C595D8;
}
</style>