Shades of Wisteria #CB96DD
Tints of Wisteria #CB96DD
RGB
CMYK
RGB Variations
Color information
#CB96DD (or 0xCB96DD) is known color: Wisteria. HEX triplet: CB, 96 and DD. RGB value is (203,150,221). Sum of RGB (Red+Green+Blue) = 203+150+221=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DD is #346922. Grayscale: #ADADAD. Windows color (decimal): -3434787 or 14522059. OLE color: 14522059.
HSL color Cylindrical-coordinate representation of color #CB96DD: hue angle of 284.79º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB96DD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 150 | 221 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.13 |
| HSL | 284.79º | 0.51% | 0.73% | - |
| HSV(B) | 284.79º | 0.32% | 0.87% | - |
| XYZ | 48.59 | 39.73 | 73.51 | - |
| YUV | 173.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 221 | 0.08 | 0.32 | 0 | 0.13 | 284.79 | 0.51 | 0.73 |
| Hex | CB | 96 | DD | 8 | 20 | 0 | D | 11D | 33 | 49 |
| Octal | 313 | 226 | 335 | 10 | 40 | 0 | 15 | 435 | 63 | 111 |
| Binary | 11001011 | 10010110 | 11011101 | 1000 | 100000 | 0 | 1101 | 100011101 | 110011 | 1001001 |
Color Harmonies of #CB96DD
Complementary color
Monochromatic Colors of #CB96DD
Black with #CB96DD
Text Example
Text Example
White with #CB96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96DD; }
p { color: rgb(203,150,221); }
H1.HeaderClassName
{
color: #CB96DD;
}
.AnyTagClassName
{
color: #CB96DD;
}
</style>
background-color css
<style>
a { background-color: #CB96DD; }
a { background-color: rgb(203,150,221); }
div.DivClassName
{
background-color: #CB96DD;
}
.BgClassName
{
background-color: #CB96DD;
}
</style>
border-color css
<style>
span { border-color: #CB96DD; }
span { border-color: rgb(203,150,221); }
td.TdClassName
{
border-color: #CB96DD;
}
.TagClassName
{
border-color: #CB96DD;
}
</style>