Shades of Wisteria #C083DD
Tints of Wisteria #C083DD
RGB
CMYK
RGB Variations
Color information
#C083DD (or 0xC083DD) is known color: Wisteria. HEX triplet: C0, 83 and DD. RGB value is (192,131,221). Sum of RGB (Red+Green+Blue) = 192+131+221=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DD is #3F7C22. Grayscale: #9F9F9F. Windows color (decimal): -4160547 or 14517184. OLE color: 14517184.
HSL color Cylindrical-coordinate representation of color #C083DD: hue angle of 280.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C083DD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 131 | 221 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 280.67º | 0.57% | 0.69% | - |
| HSV(B) | 280.67º | 0.41% | 0.87% | - |
| XYZ | 42.91 | 32.66 | 72.45 | - |
| YUV | 159.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 221 | 0.13 | 0.41 | 0 | 0.13 | 280.67 | 0.57 | 0.69 |
| Hex | C0 | 83 | DD | D | 29 | 0 | D | 119 | 39 | 45 |
| Octal | 300 | 203 | 335 | 15 | 51 | 0 | 15 | 431 | 71 | 105 |
| Binary | 11000000 | 10000011 | 11011101 | 1101 | 101001 | 0 | 1101 | 100011001 | 111001 | 1000101 |
Color Harmonies of #C083DD
Complementary color
Monochromatic Colors of #C083DD
Black with #C083DD
Text Example
Text Example
White with #C083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083DD; }
p { color: rgb(192,131,221); }
H1.HeaderClassName
{
color: #C083DD;
}
.AnyTagClassName
{
color: #C083DD;
}
</style>
background-color css
<style>
a { background-color: #C083DD; }
a { background-color: rgb(192,131,221); }
div.DivClassName
{
background-color: #C083DD;
}
.BgClassName
{
background-color: #C083DD;
}
</style>
border-color css
<style>
span { border-color: #C083DD; }
span { border-color: rgb(192,131,221); }
td.TdClassName
{
border-color: #C083DD;
}
.TagClassName
{
border-color: #C083DD;
}
</style>