Shades of Wisteria #CB98D8
Tints of Wisteria #CB98D8
RGB
CMYK
RGB Variations
Color information
#CB98D8 (or 0xCB98D8) is known color: Wisteria. HEX triplet: CB, 98 and D8. RGB value is (203,152,216). Sum of RGB (Red+Green+Blue) = 203+152+216=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98D8 is #346727. Grayscale: #AEAEAE. Windows color (decimal): -3434280 or 14194891. OLE color: 14194891.
HSL color Cylindrical-coordinate representation of color #CB98D8: hue angle of 287.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB98D8 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 152 | 216 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.15 |
| HSL | 287.81º | 0.45% | 0.72% | - |
| HSV(B) | 287.81º | 0.3% | 0.85% | - |
| XYZ | 48.25 | 40.11 | 70.16 | - |
| YUV | 174.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 216 | 0.06 | 0.30 | 0 | 0.15 | 287.81 | 0.45 | 0.72 |
| Hex | CB | 98 | D8 | 6 | 1E | 0 | F | 120 | 2D | 48 |
| Octal | 313 | 230 | 330 | 6 | 36 | 0 | 17 | 440 | 55 | 110 |
| Binary | 11001011 | 10011000 | 11011000 | 110 | 11110 | 0 | 1111 | 100100000 | 101101 | 1001000 |
Color Harmonies of #CB98D8
Complementary color
Monochromatic Colors of #CB98D8
Black with #CB98D8
Text Example
Text Example
White with #CB98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98D8; }
p { color: rgb(203,152,216); }
H1.HeaderClassName
{
color: #CB98D8;
}
.AnyTagClassName
{
color: #CB98D8;
}
</style>
background-color css
<style>
a { background-color: #CB98D8; }
a { background-color: rgb(203,152,216); }
div.DivClassName
{
background-color: #CB98D8;
}
.BgClassName
{
background-color: #CB98D8;
}
</style>
border-color css
<style>
span { border-color: #CB98D8; }
span { border-color: rgb(203,152,216); }
td.TdClassName
{
border-color: #CB98D8;
}
.TagClassName
{
border-color: #CB98D8;
}
</style>