Shades of Wisteria #CBA0D4
Tints of Wisteria #CBA0D4
RGB
CMYK
RGB Variations
Color information
#CBA0D4 (or 0xCBA0D4) is known color: Wisteria. HEX triplet: CB, A0 and D4. RGB value is (203,160,212). Sum of RGB (Red+Green+Blue) = 203+160+212=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0D4 is #345F2B. Grayscale: #B2B2B2. Windows color (decimal): -3432236 or 13934795. OLE color: 13934795.
HSL color Cylindrical-coordinate representation of color #CBA0D4: hue angle of 289.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA0D4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 160 | 212 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.17 |
| HSL | 289.62º | 0.38% | 0.73% | - |
| HSV(B) | 289.62º | 0.25% | 0.83% | - |
| XYZ | 49.08 | 42.59 | 67.92 | - |
| YUV | 178.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 212 | 0.04 | 0.25 | 0 | 0.17 | 289.62 | 0.38 | 0.73 |
| Hex | CB | A0 | D4 | 4 | 19 | 0 | 11 | 122 | 26 | 49 |
| Octal | 313 | 240 | 324 | 4 | 31 | 0 | 21 | 442 | 46 | 111 |
| Binary | 11001011 | 10100000 | 11010100 | 100 | 11001 | 0 | 10001 | 100100010 | 100110 | 1001001 |
Color Harmonies of #CBA0D4
Complementary color
Monochromatic Colors of #CBA0D4
Black with #CBA0D4
Text Example
Text Example
White with #CBA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0D4; }
p { color: rgb(203,160,212); }
H1.HeaderClassName
{
color: #CBA0D4;
}
.AnyTagClassName
{
color: #CBA0D4;
}
</style>
background-color css
<style>
a { background-color: #CBA0D4; }
a { background-color: rgb(203,160,212); }
div.DivClassName
{
background-color: #CBA0D4;
}
.BgClassName
{
background-color: #CBA0D4;
}
</style>
border-color css
<style>
span { border-color: #CBA0D4; }
span { border-color: rgb(203,160,212); }
td.TdClassName
{
border-color: #CBA0D4;
}
.TagClassName
{
border-color: #CBA0D4;
}
</style>