Shades of Wisteria #CB9ADD
Tints of Wisteria #CB9ADD
RGB
CMYK
RGB Variations
Color information
#CB9ADD (or 0xCB9ADD) is known color: Wisteria. HEX triplet: CB, 9A and DD. RGB value is (203,154,221). Sum of RGB (Red+Green+Blue) = 203+154+221=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADD is #346522. Grayscale: #B0B0B0. Windows color (decimal): -3433763 or 14523083. OLE color: 14523083.
HSL color Cylindrical-coordinate representation of color #CB9ADD: hue angle of 283.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9ADD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 154 | 221 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.13 |
| HSL | 283.88º | 0.5% | 0.74% | - |
| HSV(B) | 283.88º | 0.3% | 0.87% | - |
| XYZ | 49.24 | 41.03 | 73.73 | - |
| YUV | 176.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 221 | 0.08 | 0.30 | 0 | 0.13 | 283.88 | 0.5 | 0.74 |
| Hex | CB | 9A | DD | 8 | 1E | 0 | D | 11C | 32 | 4A |
| Octal | 313 | 232 | 335 | 10 | 36 | 0 | 15 | 434 | 62 | 112 |
| Binary | 11001011 | 10011010 | 11011101 | 1000 | 11110 | 0 | 1101 | 100011100 | 110010 | 1001010 |
Color Harmonies of #CB9ADD
Complementary color
Monochromatic Colors of #CB9ADD
Black with #CB9ADD
Text Example
Text Example
White with #CB9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ADD; }
p { color: rgb(203,154,221); }
H1.HeaderClassName
{
color: #CB9ADD;
}
.AnyTagClassName
{
color: #CB9ADD;
}
</style>
background-color css
<style>
a { background-color: #CB9ADD; }
a { background-color: rgb(203,154,221); }
div.DivClassName
{
background-color: #CB9ADD;
}
.BgClassName
{
background-color: #CB9ADD;
}
</style>
border-color css
<style>
span { border-color: #CB9ADD; }
span { border-color: rgb(203,154,221); }
td.TdClassName
{
border-color: #CB9ADD;
}
.TagClassName
{
border-color: #CB9ADD;
}
</style>