Shades of Wisteria #CBA4D3
Tints of Wisteria #CBA4D3
RGB
CMYK
RGB Variations
Color information
#CBA4D3 (or 0xCBA4D3) is known color: Wisteria. HEX triplet: CB, A4 and D3. RGB value is (203,164,211). Sum of RGB (Red+Green+Blue) = 203+164+211=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4D3 is #345B2C. Grayscale: #B4B4B4. Windows color (decimal): -3431213 or 13870283. OLE color: 13870283.
HSL color Cylindrical-coordinate representation of color #CBA4D3: hue angle of 289.79º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA4D3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 164 | 211 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.17 |
| HSL | 289.79º | 0.35% | 0.74% | - |
| HSV(B) | 289.79º | 0.22% | 0.83% | - |
| XYZ | 49.66 | 43.95 | 67.49 | - |
| YUV | 181.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 211 | 0.04 | 0.22 | 0 | 0.17 | 289.79 | 0.35 | 0.74 |
| Hex | CB | A4 | D3 | 4 | 16 | 0 | 11 | 122 | 23 | 4A |
| Octal | 313 | 244 | 323 | 4 | 26 | 0 | 21 | 442 | 43 | 112 |
| Binary | 11001011 | 10100100 | 11010011 | 100 | 10110 | 0 | 10001 | 100100010 | 100011 | 1001010 |
Color Harmonies of #CBA4D3
Complementary color
Monochromatic Colors of #CBA4D3
Black with #CBA4D3
Text Example
Text Example
White with #CBA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4D3; }
p { color: rgb(203,164,211); }
H1.HeaderClassName
{
color: #CBA4D3;
}
.AnyTagClassName
{
color: #CBA4D3;
}
</style>
background-color css
<style>
a { background-color: #CBA4D3; }
a { background-color: rgb(203,164,211); }
div.DivClassName
{
background-color: #CBA4D3;
}
.BgClassName
{
background-color: #CBA4D3;
}
</style>
border-color css
<style>
span { border-color: #CBA4D3; }
span { border-color: rgb(203,164,211); }
td.TdClassName
{
border-color: #CBA4D3;
}
.TagClassName
{
border-color: #CBA4D3;
}
</style>