Shades of Wisteria #CBA4DD
Tints of Wisteria #CBA4DD
RGB
CMYK
RGB Variations
Color information
#CBA4DD (or 0xCBA4DD) is known color: Wisteria. HEX triplet: CB, A4 and DD. RGB value is (203,164,221). Sum of RGB (Red+Green+Blue) = 203+164+221=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DD is #345B22. Grayscale: #B5B5B5. Windows color (decimal): -3431203 or 14525643. OLE color: 14525643.
HSL color Cylindrical-coordinate representation of color #CBA4DD: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA4DD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 164 | 221 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.13 |
| HSL | 281.05º | 0.46% | 0.75% | - |
| HSV(B) | 281.05º | 0.26% | 0.87% | - |
| XYZ | 50.96 | 44.47 | 74.3 | - |
| YUV | 182.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 221 | 0.08 | 0.26 | 0 | 0.13 | 281.05 | 0.46 | 0.75 |
| Hex | CB | A4 | DD | 8 | 1A | 0 | D | 119 | 2E | 4B |
| Octal | 313 | 244 | 335 | 10 | 32 | 0 | 15 | 431 | 56 | 113 |
| Binary | 11001011 | 10100100 | 11011101 | 1000 | 11010 | 0 | 1101 | 100011001 | 101110 | 1001011 |
Color Harmonies of #CBA4DD
Complementary color
Monochromatic Colors of #CBA4DD
Black with #CBA4DD
Text Example
Text Example
White with #CBA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4DD; }
p { color: rgb(203,164,221); }
H1.HeaderClassName
{
color: #CBA4DD;
}
.AnyTagClassName
{
color: #CBA4DD;
}
</style>
background-color css
<style>
a { background-color: #CBA4DD; }
a { background-color: rgb(203,164,221); }
div.DivClassName
{
background-color: #CBA4DD;
}
.BgClassName
{
background-color: #CBA4DD;
}
</style>
border-color css
<style>
span { border-color: #CBA4DD; }
span { border-color: rgb(203,164,221); }
td.TdClassName
{
border-color: #CBA4DD;
}
.TagClassName
{
border-color: #CBA4DD;
}
</style>