Shades of Wisteria #C081DA
Tints of Wisteria #C081DA
RGB
CMYK
RGB Variations
Color information
#C081DA (or 0xC081DA) is known color: Wisteria. HEX triplet: C0, 81 and DA. RGB value is (192,129,218). Sum of RGB (Red+Green+Blue) = 192+129+218=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C081DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081DA is #3F7E25. Grayscale: #9D9D9D. Windows color (decimal): -4161062 or 14320064. OLE color: 14320064.
HSL color Cylindrical-coordinate representation of color #C081DA: hue angle of 282.47º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C081DA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 129 | 218 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.15 |
| HSL | 282.47º | 0.55% | 0.68% | - |
| HSV(B) | 282.47º | 0.41% | 0.85% | - |
| XYZ | 42.24 | 31.97 | 70.27 | - |
| YUV | 157.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 218 | 0.12 | 0.41 | 0 | 0.15 | 282.47 | 0.55 | 0.68 |
| Hex | C0 | 81 | DA | C | 29 | 0 | F | 11A | 37 | 44 |
| Octal | 300 | 201 | 332 | 14 | 51 | 0 | 17 | 432 | 67 | 104 |
| Binary | 11000000 | 10000001 | 11011010 | 1100 | 101001 | 0 | 1111 | 100011010 | 110111 | 1000100 |
Color Harmonies of #C081DA
Complementary color
Monochromatic Colors of #C081DA
Black with #C081DA
Text Example
Text Example
White with #C081DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081DA; }
p { color: rgb(192,129,218); }
H1.HeaderClassName
{
color: #C081DA;
}
.AnyTagClassName
{
color: #C081DA;
}
</style>
background-color css
<style>
a { background-color: #C081DA; }
a { background-color: rgb(192,129,218); }
div.DivClassName
{
background-color: #C081DA;
}
.BgClassName
{
background-color: #C081DA;
}
</style>
border-color css
<style>
span { border-color: #C081DA; }
span { border-color: rgb(192,129,218); }
td.TdClassName
{
border-color: #C081DA;
}
.TagClassName
{
border-color: #C081DA;
}
</style>