Shades of Wisteria #CBA1DA
Tints of Wisteria #CBA1DA
RGB
CMYK
RGB Variations
Color information
#CBA1DA (or 0xCBA1DA) is known color: Wisteria. HEX triplet: CB, A1 and DA. RGB value is (203,161,218). Sum of RGB (Red+Green+Blue) = 203+161+218=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1DA is #345E25. Grayscale: #B3B3B3. Windows color (decimal): -3431974 or 14328267. OLE color: 14328267.
HSL color Cylindrical-coordinate representation of color #CBA1DA: hue angle of 284.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA1DA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 161 | 218 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.15 |
| HSL | 284.21º | 0.44% | 0.74% | - |
| HSV(B) | 284.21º | 0.26% | 0.85% | - |
| XYZ | 50.03 | 43.25 | 72.04 | - |
| YUV | 180.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 218 | 0.07 | 0.26 | 0 | 0.15 | 284.21 | 0.44 | 0.74 |
| Hex | CB | A1 | DA | 7 | 1A | 0 | F | 11C | 2C | 4A |
| Octal | 313 | 241 | 332 | 7 | 32 | 0 | 17 | 434 | 54 | 112 |
| Binary | 11001011 | 10100001 | 11011010 | 111 | 11010 | 0 | 1111 | 100011100 | 101100 | 1001010 |
Color Harmonies of #CBA1DA
Complementary color
Monochromatic Colors of #CBA1DA
Black with #CBA1DA
Text Example
Text Example
White with #CBA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1DA; }
p { color: rgb(203,161,218); }
H1.HeaderClassName
{
color: #CBA1DA;
}
.AnyTagClassName
{
color: #CBA1DA;
}
</style>
background-color css
<style>
a { background-color: #CBA1DA; }
a { background-color: rgb(203,161,218); }
div.DivClassName
{
background-color: #CBA1DA;
}
.BgClassName
{
background-color: #CBA1DA;
}
</style>
border-color css
<style>
span { border-color: #CBA1DA; }
span { border-color: rgb(203,161,218); }
td.TdClassName
{
border-color: #CBA1DA;
}
.TagClassName
{
border-color: #CBA1DA;
}
</style>