Shades of Wisteria #CB98DB
Tints of Wisteria #CB98DB
RGB
CMYK
RGB Variations
Color information
#CB98DB (or 0xCB98DB) is known color: Wisteria. HEX triplet: CB, 98 and DB. RGB value is (203,152,219). Sum of RGB (Red+Green+Blue) = 203+152+219=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DB is #346724. Grayscale: #AEAEAE. Windows color (decimal): -3434277 or 14391499. OLE color: 14391499.
HSL color Cylindrical-coordinate representation of color #CB98DB: hue angle of 285.67º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB98DB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 152 | 219 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.14 |
| HSL | 285.67º | 0.48% | 0.73% | - |
| HSV(B) | 285.67º | 0.31% | 0.86% | - |
| XYZ | 48.64 | 40.27 | 72.23 | - |
| YUV | 174.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 219 | 0.07 | 0.31 | 0 | 0.14 | 285.67 | 0.48 | 0.73 |
| Hex | CB | 98 | DB | 7 | 1F | 0 | E | 11E | 30 | 49 |
| Octal | 313 | 230 | 333 | 7 | 37 | 0 | 16 | 436 | 60 | 111 |
| Binary | 11001011 | 10011000 | 11011011 | 111 | 11111 | 0 | 1110 | 100011110 | 110000 | 1001001 |
Color Harmonies of #CB98DB
Complementary color
Monochromatic Colors of #CB98DB
Black with #CB98DB
Text Example
Text Example
White with #CB98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98DB; }
p { color: rgb(203,152,219); }
H1.HeaderClassName
{
color: #CB98DB;
}
.AnyTagClassName
{
color: #CB98DB;
}
</style>
background-color css
<style>
a { background-color: #CB98DB; }
a { background-color: rgb(203,152,219); }
div.DivClassName
{
background-color: #CB98DB;
}
.BgClassName
{
background-color: #CB98DB;
}
</style>
border-color css
<style>
span { border-color: #CB98DB; }
span { border-color: rgb(203,152,219); }
td.TdClassName
{
border-color: #CB98DB;
}
.TagClassName
{
border-color: #CB98DB;
}
</style>