Shades of Wisteria #CBA1D8
Tints of Wisteria #CBA1D8
RGB
CMYK
RGB Variations
Color information
#CBA1D8 (or 0xCBA1D8) is known color: Wisteria. HEX triplet: CB, A1 and D8. RGB value is (203,161,216). Sum of RGB (Red+Green+Blue) = 203+161+216=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1D8 is #345E27. Grayscale: #B3B3B3. Windows color (decimal): -3431976 or 14197195. OLE color: 14197195.
HSL color Cylindrical-coordinate representation of color #CBA1D8: hue angle of 285.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA1D8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 161 | 216 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.15 |
| HSL | 285.82º | 0.41% | 0.74% | - |
| HSV(B) | 285.82º | 0.25% | 0.85% | - |
| XYZ | 49.77 | 43.14 | 70.67 | - |
| YUV | 179.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 216 | 0.06 | 0.25 | 0 | 0.15 | 285.82 | 0.41 | 0.74 |
| Hex | CB | A1 | D8 | 6 | 19 | 0 | F | 11E | 29 | 4A |
| Octal | 313 | 241 | 330 | 6 | 31 | 0 | 17 | 436 | 51 | 112 |
| Binary | 11001011 | 10100001 | 11011000 | 110 | 11001 | 0 | 1111 | 100011110 | 101001 | 1001010 |
Color Harmonies of #CBA1D8
Complementary color
Monochromatic Colors of #CBA1D8
Black with #CBA1D8
Text Example
Text Example
White with #CBA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1D8; }
p { color: rgb(203,161,216); }
H1.HeaderClassName
{
color: #CBA1D8;
}
.AnyTagClassName
{
color: #CBA1D8;
}
</style>
background-color css
<style>
a { background-color: #CBA1D8; }
a { background-color: rgb(203,161,216); }
div.DivClassName
{
background-color: #CBA1D8;
}
.BgClassName
{
background-color: #CBA1D8;
}
</style>
border-color css
<style>
span { border-color: #CBA1D8; }
span { border-color: rgb(203,161,216); }
td.TdClassName
{
border-color: #CBA1D8;
}
.TagClassName
{
border-color: #CBA1D8;
}
</style>