Shades of Wisteria #CBA1D5
Tints of Wisteria #CBA1D5
RGB
CMYK
RGB Variations
Color information
#CBA1D5 (or 0xCBA1D5) is known color: Wisteria. HEX triplet: CB, A1 and D5. RGB value is (203,161,213). Sum of RGB (Red+Green+Blue) = 203+161+213=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1D5 is #345E2A. Grayscale: #B3B3B3. Windows color (decimal): -3431979 or 14000587. OLE color: 14000587.
HSL color Cylindrical-coordinate representation of color #CBA1D5: hue angle of 288.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA1D5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 161 | 213 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.16 |
| HSL | 288.46º | 0.38% | 0.73% | - |
| HSV(B) | 288.46º | 0.24% | 0.84% | - |
| XYZ | 49.38 | 42.99 | 68.65 | - |
| YUV | 179.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 213 | 0.05 | 0.24 | 0 | 0.16 | 288.46 | 0.38 | 0.73 |
| Hex | CB | A1 | D5 | 5 | 18 | 0 | 10 | 120 | 26 | 49 |
| Octal | 313 | 241 | 325 | 5 | 30 | 0 | 20 | 440 | 46 | 111 |
| Binary | 11001011 | 10100001 | 11010101 | 101 | 11000 | 0 | 10000 | 100100000 | 100110 | 1001001 |
Color Harmonies of #CBA1D5
Complementary color
Monochromatic Colors of #CBA1D5
Black with #CBA1D5
Text Example
Text Example
White with #CBA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1D5; }
p { color: rgb(203,161,213); }
H1.HeaderClassName
{
color: #CBA1D5;
}
.AnyTagClassName
{
color: #CBA1D5;
}
</style>
background-color css
<style>
a { background-color: #CBA1D5; }
a { background-color: rgb(203,161,213); }
div.DivClassName
{
background-color: #CBA1D5;
}
.BgClassName
{
background-color: #CBA1D5;
}
</style>
border-color css
<style>
span { border-color: #CBA1D5; }
span { border-color: rgb(203,161,213); }
td.TdClassName
{
border-color: #CBA1D5;
}
.TagClassName
{
border-color: #CBA1D5;
}
</style>