Shades of Wisteria #CB83DD
Tints of Wisteria #CB83DD
RGB
CMYK
RGB Variations
Color information
#CB83DD (or 0xCB83DD) is known color: Wisteria. HEX triplet: CB, 83 and DD. RGB value is (203,131,221). Sum of RGB (Red+Green+Blue) = 203+131+221=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DD is #347C22. Grayscale: #A2A2A2. Windows color (decimal): -3439651 or 14517195. OLE color: 14517195.
HSL color Cylindrical-coordinate representation of color #CB83DD: hue angle of 288º 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 #CB83DD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 131 | 221 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.13 |
| HSL | 288º | 0.57% | 0.69% | - |
| HSV(B) | 288º | 0.41% | 0.87% | - |
| XYZ | 45.8 | 34.15 | 72.58 | - |
| YUV | 162.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 221 | 0.08 | 0.41 | 0 | 0.13 | 288 | 0.57 | 0.69 |
| Hex | CB | 83 | DD | 8 | 29 | 0 | D | 120 | 39 | 45 |
| Octal | 313 | 203 | 335 | 10 | 51 | 0 | 15 | 440 | 71 | 105 |
| Binary | 11001011 | 10000011 | 11011101 | 1000 | 101001 | 0 | 1101 | 100100000 | 111001 | 1000101 |
Color Harmonies of #CB83DD
Complementary color
Monochromatic Colors of #CB83DD
Black with #CB83DD
Text Example
Text Example
White with #CB83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83DD; }
p { color: rgb(203,131,221); }
H1.HeaderClassName
{
color: #CB83DD;
}
.AnyTagClassName
{
color: #CB83DD;
}
</style>
background-color css
<style>
a { background-color: #CB83DD; }
a { background-color: rgb(203,131,221); }
div.DivClassName
{
background-color: #CB83DD;
}
.BgClassName
{
background-color: #CB83DD;
}
</style>
border-color css
<style>
span { border-color: #CB83DD; }
span { border-color: rgb(203,131,221); }
td.TdClassName
{
border-color: #CB83DD;
}
.TagClassName
{
border-color: #CB83DD;
}
</style>