Shades of Wisteria #CB95DB
Tints of Wisteria #CB95DB
RGB
CMYK
RGB Variations
Color information
#CB95DB (or 0xCB95DB) is known color: Wisteria. HEX triplet: CB, 95 and DB. RGB value is (203,149,219). Sum of RGB (Red+Green+Blue) = 203+149+219=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95DB is #346A24. Grayscale: #ACACAC. Windows color (decimal): -3435045 or 14390731. OLE color: 14390731.
HSL color Cylindrical-coordinate representation of color #CB95DB: hue angle of 286.29º 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 #CB95DB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 149 | 219 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.14 |
| HSL | 286.29º | 0.49% | 0.72% | - |
| HSV(B) | 286.29º | 0.32% | 0.86% | - |
| XYZ | 48.16 | 39.31 | 72.07 | - |
| YUV | 173.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 219 | 0.07 | 0.32 | 0 | 0.14 | 286.29 | 0.49 | 0.72 |
| Hex | CB | 95 | DB | 7 | 20 | 0 | E | 11E | 31 | 48 |
| Octal | 313 | 225 | 333 | 7 | 40 | 0 | 16 | 436 | 61 | 110 |
| Binary | 11001011 | 10010101 | 11011011 | 111 | 100000 | 0 | 1110 | 100011110 | 110001 | 1001000 |
Color Harmonies of #CB95DB
Complementary color
Monochromatic Colors of #CB95DB
Black with #CB95DB
Text Example
Text Example
White with #CB95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95DB; }
p { color: rgb(203,149,219); }
H1.HeaderClassName
{
color: #CB95DB;
}
.AnyTagClassName
{
color: #CB95DB;
}
</style>
background-color css
<style>
a { background-color: #CB95DB; }
a { background-color: rgb(203,149,219); }
div.DivClassName
{
background-color: #CB95DB;
}
.BgClassName
{
background-color: #CB95DB;
}
</style>
border-color css
<style>
span { border-color: #CB95DB; }
span { border-color: rgb(203,149,219); }
td.TdClassName
{
border-color: #CB95DB;
}
.TagClassName
{
border-color: #CB95DB;
}
</style>