Shades of Wisteria #CBA1DC
Tints of Wisteria #CBA1DC
RGB
CMYK
RGB Variations
Color information
#CBA1DC (or 0xCBA1DC) is known color: Wisteria. HEX triplet: CB, A1 and DC. RGB value is (203,161,220). Sum of RGB (Red+Green+Blue) = 203+161+220=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1DC is #345E23. Grayscale: #B4B4B4. Windows color (decimal): -3431972 or 14459339. OLE color: 14459339.
HSL color Cylindrical-coordinate representation of color #CBA1DC: hue angle of 282.71º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA1DC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 161 | 220 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.14 |
| HSL | 282.71º | 0.46% | 0.75% | - |
| HSV(B) | 282.71º | 0.27% | 0.86% | - |
| XYZ | 50.29 | 43.35 | 73.43 | - |
| YUV | 180.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 220 | 0.08 | 0.27 | 0 | 0.14 | 282.71 | 0.46 | 0.75 |
| Hex | CB | A1 | DC | 8 | 1B | 0 | E | 11B | 2E | 4B |
| Octal | 313 | 241 | 334 | 10 | 33 | 0 | 16 | 433 | 56 | 113 |
| Binary | 11001011 | 10100001 | 11011100 | 1000 | 11011 | 0 | 1110 | 100011011 | 101110 | 1001011 |
Color Harmonies of #CBA1DC
Complementary color
Monochromatic Colors of #CBA1DC
Black with #CBA1DC
Text Example
Text Example
White with #CBA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1DC; }
p { color: rgb(203,161,220); }
H1.HeaderClassName
{
color: #CBA1DC;
}
.AnyTagClassName
{
color: #CBA1DC;
}
</style>
background-color css
<style>
a { background-color: #CBA1DC; }
a { background-color: rgb(203,161,220); }
div.DivClassName
{
background-color: #CBA1DC;
}
.BgClassName
{
background-color: #CBA1DC;
}
</style>
border-color css
<style>
span { border-color: #CBA1DC; }
span { border-color: rgb(203,161,220); }
td.TdClassName
{
border-color: #CBA1DC;
}
.TagClassName
{
border-color: #CBA1DC;
}
</style>