Shades of Wisteria #CB9AD5
Tints of Wisteria #CB9AD5
RGB
CMYK
RGB Variations
Color information
#CB9AD5 (or 0xCB9AD5) is known color: Wisteria. HEX triplet: CB, 9A and D5. RGB value is (203,154,213). Sum of RGB (Red+Green+Blue) = 203+154+213=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD5 is #34652A. Grayscale: #AFAFAF. Windows color (decimal): -3433771 or 13998795. OLE color: 13998795.
HSL color Cylindrical-coordinate representation of color #CB9AD5: hue angle of 289.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9AD5 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 154 | 213 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.16 |
| HSL | 289.83º | 0.41% | 0.72% | - |
| HSV(B) | 289.83º | 0.28% | 0.84% | - |
| XYZ | 48.19 | 40.61 | 68.25 | - |
| YUV | 175.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 213 | 0.05 | 0.28 | 0 | 0.16 | 289.83 | 0.41 | 0.72 |
| Hex | CB | 9A | D5 | 5 | 1C | 0 | 10 | 122 | 29 | 48 |
| Octal | 313 | 232 | 325 | 5 | 34 | 0 | 20 | 442 | 51 | 110 |
| Binary | 11001011 | 10011010 | 11010101 | 101 | 11100 | 0 | 10000 | 100100010 | 101001 | 1001000 |
Color Harmonies of #CB9AD5
Complementary color
Monochromatic Colors of #CB9AD5
Black with #CB9AD5
Text Example
Text Example
White with #CB9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9AD5; }
p { color: rgb(203,154,213); }
H1.HeaderClassName
{
color: #CB9AD5;
}
.AnyTagClassName
{
color: #CB9AD5;
}
</style>
background-color css
<style>
a { background-color: #CB9AD5; }
a { background-color: rgb(203,154,213); }
div.DivClassName
{
background-color: #CB9AD5;
}
.BgClassName
{
background-color: #CB9AD5;
}
</style>
border-color css
<style>
span { border-color: #CB9AD5; }
span { border-color: rgb(203,154,213); }
td.TdClassName
{
border-color: #CB9AD5;
}
.TagClassName
{
border-color: #CB9AD5;
}
</style>