Shades of Wisteria #C585D7
Tints of Wisteria #C585D7
RGB
CMYK
RGB Variations
Color information
#C585D7 (or 0xC585D7) is known color: Wisteria. HEX triplet: C5, 85 and D7. RGB value is (197,133,215). Sum of RGB (Red+Green+Blue) = 197+133+215=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #C585D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585D7 is #3A7A28. Grayscale: #A1A1A1. Windows color (decimal): -3832361 or 14124485. OLE color: 14124485.
HSL color Cylindrical-coordinate representation of color #C585D7: hue angle of 286.83º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C585D7 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 133 | 215 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.16 |
| HSL | 286.83º | 0.51% | 0.68% | - |
| HSV(B) | 286.83º | 0.38% | 0.84% | - |
| XYZ | 43.68 | 33.55 | 68.46 | - |
| YUV | 161.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 215 | 0.08 | 0.38 | 0 | 0.16 | 286.83 | 0.51 | 0.68 |
| Hex | C5 | 85 | D7 | 8 | 26 | 0 | 10 | 11F | 33 | 44 |
| Octal | 305 | 205 | 327 | 10 | 46 | 0 | 20 | 437 | 63 | 104 |
| Binary | 11000101 | 10000101 | 11010111 | 1000 | 100110 | 0 | 10000 | 100011111 | 110011 | 1000100 |
Color Harmonies of #C585D7
Complementary color
Monochromatic Colors of #C585D7
Black with #C585D7
Text Example
Text Example
White with #C585D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585D7; }
p { color: rgb(197,133,215); }
H1.HeaderClassName
{
color: #C585D7;
}
.AnyTagClassName
{
color: #C585D7;
}
</style>
background-color css
<style>
a { background-color: #C585D7; }
a { background-color: rgb(197,133,215); }
div.DivClassName
{
background-color: #C585D7;
}
.BgClassName
{
background-color: #C585D7;
}
</style>
border-color css
<style>
span { border-color: #C585D7; }
span { border-color: rgb(197,133,215); }
td.TdClassName
{
border-color: #C585D7;
}
.TagClassName
{
border-color: #C585D7;
}
</style>