Shades of Wisteria #CB9ADE
Tints of Wisteria #CB9ADE
RGB
CMYK
RGB Variations
Color information
#CB9ADE (or 0xCB9ADE) is known color: Wisteria. HEX triplet: CB, 9A and DE. RGB value is (203,154,222). Sum of RGB (Red+Green+Blue) = 203+154+222=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADE is #346521. Grayscale: #B0B0B0. Windows color (decimal): -3433762 or 14588619. OLE color: 14588619.
HSL color Cylindrical-coordinate representation of color #CB9ADE: hue angle of 283.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB9ADE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 154 | 222 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 283.24º | 0.51% | 0.74% | - |
| HSV(B) | 283.24º | 0.31% | 0.87% | - |
| XYZ | 49.37 | 41.08 | 74.43 | - |
| YUV | 176.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 222 | 0.09 | 0.31 | 0 | 0.13 | 283.24 | 0.51 | 0.74 |
| Hex | CB | 9A | DE | 9 | 1F | 0 | D | 11B | 33 | 4A |
| Octal | 313 | 232 | 336 | 11 | 37 | 0 | 15 | 433 | 63 | 112 |
| Binary | 11001011 | 10011010 | 11011110 | 1001 | 11111 | 0 | 1101 | 100011011 | 110011 | 1001010 |
Color Harmonies of #CB9ADE
Complementary color
Monochromatic Colors of #CB9ADE
Black with #CB9ADE
Text Example
Text Example
White with #CB9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ADE; }
p { color: rgb(203,154,222); }
H1.HeaderClassName
{
color: #CB9ADE;
}
.AnyTagClassName
{
color: #CB9ADE;
}
</style>
background-color css
<style>
a { background-color: #CB9ADE; }
a { background-color: rgb(203,154,222); }
div.DivClassName
{
background-color: #CB9ADE;
}
.BgClassName
{
background-color: #CB9ADE;
}
</style>
border-color css
<style>
span { border-color: #CB9ADE; }
span { border-color: rgb(203,154,222); }
td.TdClassName
{
border-color: #CB9ADE;
}
.TagClassName
{
border-color: #CB9ADE;
}
</style>