Shades of Wisteria #C883DD
Tints of Wisteria #C883DD
RGB
CMYK
RGB Variations
Color information
#C883DD (or 0xC883DD) is known color: Wisteria. HEX triplet: C8, 83 and DD. RGB value is (200,131,221). Sum of RGB (Red+Green+Blue) = 200+131+221=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C883DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DD is #377C22. Grayscale: #A1A1A1. Windows color (decimal): -3636259 or 14517192. OLE color: 14517192.
HSL color Cylindrical-coordinate representation of color #C883DD: hue angle of 286º 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 #C883DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 131 | 221 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 286º | 0.57% | 0.69% | - |
| HSV(B) | 286º | 0.41% | 0.87% | - |
| XYZ | 44.99 | 33.73 | 72.55 | - |
| YUV | 161.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 221 | 0.10 | 0.41 | 0 | 0.13 | 286 | 0.57 | 0.69 |
| Hex | C8 | 83 | DD | A | 29 | 0 | D | 11E | 39 | 45 |
| Octal | 310 | 203 | 335 | 12 | 51 | 0 | 15 | 436 | 71 | 105 |
| Binary | 11001000 | 10000011 | 11011101 | 1010 | 101001 | 0 | 1101 | 100011110 | 111001 | 1000101 |
Color Harmonies of #C883DD
Complementary color
Monochromatic Colors of #C883DD
Black with #C883DD
Text Example
Text Example
White with #C883DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883DD; }
p { color: rgb(200,131,221); }
H1.HeaderClassName
{
color: #C883DD;
}
.AnyTagClassName
{
color: #C883DD;
}
</style>
background-color css
<style>
a { background-color: #C883DD; }
a { background-color: rgb(200,131,221); }
div.DivClassName
{
background-color: #C883DD;
}
.BgClassName
{
background-color: #C883DD;
}
</style>
border-color css
<style>
span { border-color: #C883DD; }
span { border-color: rgb(200,131,221); }
td.TdClassName
{
border-color: #C883DD;
}
.TagClassName
{
border-color: #C883DD;
}
</style>