Shades of Wisteria #C084D8
Tints of Wisteria #C084D8
RGB
CMYK
RGB Variations
Color information
#C084D8 (or 0xC084D8) is known color: Wisteria. HEX triplet: C0, 84 and D8. RGB value is (192,132,216). Sum of RGB (Red+Green+Blue) = 192+132+216=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #C084D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084D8 is #3F7B27. Grayscale: #9F9F9F. Windows color (decimal): -4160296 or 14189760. OLE color: 14189760.
HSL color Cylindrical-coordinate representation of color #C084D8: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C084D8 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 132 | 216 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 282.86º | 0.52% | 0.68% | - |
| HSV(B) | 282.86º | 0.39% | 0.85% | - |
| XYZ | 42.38 | 32.67 | 69.04 | - |
| YUV | 159.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 216 | 0.11 | 0.39 | 0 | 0.15 | 282.86 | 0.52 | 0.68 |
| Hex | C0 | 84 | D8 | B | 27 | 0 | F | 11B | 34 | 44 |
| Octal | 300 | 204 | 330 | 13 | 47 | 0 | 17 | 433 | 64 | 104 |
| Binary | 11000000 | 10000100 | 11011000 | 1011 | 100111 | 0 | 1111 | 100011011 | 110100 | 1000100 |
Color Harmonies of #C084D8
Complementary color
Monochromatic Colors of #C084D8
Black with #C084D8
Text Example
Text Example
White with #C084D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084D8; }
p { color: rgb(192,132,216); }
H1.HeaderClassName
{
color: #C084D8;
}
.AnyTagClassName
{
color: #C084D8;
}
</style>
background-color css
<style>
a { background-color: #C084D8; }
a { background-color: rgb(192,132,216); }
div.DivClassName
{
background-color: #C084D8;
}
.BgClassName
{
background-color: #C084D8;
}
</style>
border-color css
<style>
span { border-color: #C084D8; }
span { border-color: rgb(192,132,216); }
td.TdClassName
{
border-color: #C084D8;
}
.TagClassName
{
border-color: #C084D8;
}
</style>