Shades of Wisteria #CB8ED9
Tints of Wisteria #CB8ED9
RGB
CMYK
RGB Variations
Color information
#CB8ED9 (or 0xCB8ED9) is known color: Wisteria. HEX triplet: CB, 8E and D9. RGB value is (203,142,217). Sum of RGB (Red+Green+Blue) = 203+142+217=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB8ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ED9 is #347126. Grayscale: #A8A8A8. Windows color (decimal): -3436839 or 14257867. OLE color: 14257867.
HSL color Cylindrical-coordinate representation of color #CB8ED9: hue angle of 288.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8ED9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 142 | 217 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.15 |
| HSL | 288.8º | 0.5% | 0.7% | - |
| HSV(B) | 288.8º | 0.35% | 0.85% | - |
| XYZ | 46.83 | 37.05 | 70.33 | - |
| YUV | 168.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 217 | 0.06 | 0.35 | 0 | 0.15 | 288.8 | 0.5 | 0.7 |
| Hex | CB | 8E | D9 | 6 | 23 | 0 | F | 121 | 32 | 46 |
| Octal | 313 | 216 | 331 | 6 | 43 | 0 | 17 | 441 | 62 | 106 |
| Binary | 11001011 | 10001110 | 11011001 | 110 | 100011 | 0 | 1111 | 100100001 | 110010 | 1000110 |
Color Harmonies of #CB8ED9
Complementary color
Monochromatic Colors of #CB8ED9
Black with #CB8ED9
Text Example
Text Example
White with #CB8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ED9; }
p { color: rgb(203,142,217); }
H1.HeaderClassName
{
color: #CB8ED9;
}
.AnyTagClassName
{
color: #CB8ED9;
}
</style>
background-color css
<style>
a { background-color: #CB8ED9; }
a { background-color: rgb(203,142,217); }
div.DivClassName
{
background-color: #CB8ED9;
}
.BgClassName
{
background-color: #CB8ED9;
}
</style>
border-color css
<style>
span { border-color: #CB8ED9; }
span { border-color: rgb(203,142,217); }
td.TdClassName
{
border-color: #CB8ED9;
}
.TagClassName
{
border-color: #CB8ED9;
}
</style>