Shades of Wisteria #CB96DB
Tints of Wisteria #CB96DB
RGB
CMYK
RGB Variations
Color information
#CB96DB (or 0xCB96DB) is known color: Wisteria. HEX triplet: CB, 96 and DB. RGB value is (203,150,219). Sum of RGB (Red+Green+Blue) = 203+150+219=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96DB is #346924. Grayscale: #ADADAD. Windows color (decimal): -3434789 or 14390987. OLE color: 14390987.
HSL color Cylindrical-coordinate representation of color #CB96DB: hue angle of 286.09º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB96DB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 150 | 219 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.14 |
| HSL | 286.09º | 0.49% | 0.72% | - |
| HSV(B) | 286.09º | 0.32% | 0.86% | - |
| XYZ | 48.32 | 39.62 | 72.12 | - |
| YUV | 173.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 219 | 0.07 | 0.32 | 0 | 0.14 | 286.09 | 0.49 | 0.72 |
| Hex | CB | 96 | DB | 7 | 20 | 0 | E | 11E | 31 | 48 |
| Octal | 313 | 226 | 333 | 7 | 40 | 0 | 16 | 436 | 61 | 110 |
| Binary | 11001011 | 10010110 | 11011011 | 111 | 100000 | 0 | 1110 | 100011110 | 110001 | 1001000 |
Color Harmonies of #CB96DB
Complementary color
Monochromatic Colors of #CB96DB
Black with #CB96DB
Text Example
Text Example
White with #CB96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96DB; }
p { color: rgb(203,150,219); }
H1.HeaderClassName
{
color: #CB96DB;
}
.AnyTagClassName
{
color: #CB96DB;
}
</style>
background-color css
<style>
a { background-color: #CB96DB; }
a { background-color: rgb(203,150,219); }
div.DivClassName
{
background-color: #CB96DB;
}
.BgClassName
{
background-color: #CB96DB;
}
</style>
border-color css
<style>
span { border-color: #CB96DB; }
span { border-color: rgb(203,150,219); }
td.TdClassName
{
border-color: #CB96DB;
}
.TagClassName
{
border-color: #CB96DB;
}
</style>