Shades of Wisteria #CB96D5
Tints of Wisteria #CB96D5
RGB
CMYK
RGB Variations
Color information
#CB96D5 (or 0xCB96D5) is known color: Wisteria. HEX triplet: CB, 96 and D5. RGB value is (203,150,213). Sum of RGB (Red+Green+Blue) = 203+150+213=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB96D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D5 is #34692A. Grayscale: #ACACAC. Windows color (decimal): -3434795 or 13997771. OLE color: 13997771.
HSL color Cylindrical-coordinate representation of color #CB96D5: hue angle of 290.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB96D5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 150 | 213 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.16 |
| HSL | 290.48º | 0.43% | 0.71% | - |
| HSV(B) | 290.48º | 0.3% | 0.84% | - |
| XYZ | 47.55 | 39.31 | 68.03 | - |
| YUV | 173.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 213 | 0.05 | 0.30 | 0 | 0.16 | 290.48 | 0.43 | 0.71 |
| Hex | CB | 96 | D5 | 5 | 1E | 0 | 10 | 122 | 2B | 47 |
| Octal | 313 | 226 | 325 | 5 | 36 | 0 | 20 | 442 | 53 | 107 |
| Binary | 11001011 | 10010110 | 11010101 | 101 | 11110 | 0 | 10000 | 100100010 | 101011 | 1000111 |
Color Harmonies of #CB96D5
Complementary color
Monochromatic Colors of #CB96D5
Black with #CB96D5
Text Example
Text Example
White with #CB96D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96D5; }
p { color: rgb(203,150,213); }
H1.HeaderClassName
{
color: #CB96D5;
}
.AnyTagClassName
{
color: #CB96D5;
}
</style>
background-color css
<style>
a { background-color: #CB96D5; }
a { background-color: rgb(203,150,213); }
div.DivClassName
{
background-color: #CB96D5;
}
.BgClassName
{
background-color: #CB96D5;
}
</style>
border-color css
<style>
span { border-color: #CB96D5; }
span { border-color: rgb(203,150,213); }
td.TdClassName
{
border-color: #CB96D5;
}
.TagClassName
{
border-color: #CB96D5;
}
</style>