Shades of Wisteria #CB8FDB
Tints of Wisteria #CB8FDB
RGB
CMYK
RGB Variations
Color information
#CB8FDB (or 0xCB8FDB) is known color: Wisteria. HEX triplet: CB, 8F and DB. RGB value is (203,143,219). Sum of RGB (Red+Green+Blue) = 203+143+219=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FDB is #347024. Grayscale: #A9A9A9. Windows color (decimal): -3436581 or 14389195. OLE color: 14389195.
HSL color Cylindrical-coordinate representation of color #CB8FDB: hue angle of 287.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8FDB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 143 | 219 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 287.37º | 0.51% | 0.71% | - |
| HSV(B) | 287.37º | 0.35% | 0.86% | - |
| XYZ | 47.24 | 37.46 | 71.76 | - |
| YUV | 169.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 219 | 0.07 | 0.35 | 0 | 0.14 | 287.37 | 0.51 | 0.71 |
| Hex | CB | 8F | DB | 7 | 23 | 0 | E | 11F | 33 | 47 |
| Octal | 313 | 217 | 333 | 7 | 43 | 0 | 16 | 437 | 63 | 107 |
| Binary | 11001011 | 10001111 | 11011011 | 111 | 100011 | 0 | 1110 | 100011111 | 110011 | 1000111 |
Color Harmonies of #CB8FDB
Complementary color
Monochromatic Colors of #CB8FDB
Black with #CB8FDB
Text Example
Text Example
White with #CB8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FDB; }
p { color: rgb(203,143,219); }
H1.HeaderClassName
{
color: #CB8FDB;
}
.AnyTagClassName
{
color: #CB8FDB;
}
</style>
background-color css
<style>
a { background-color: #CB8FDB; }
a { background-color: rgb(203,143,219); }
div.DivClassName
{
background-color: #CB8FDB;
}
.BgClassName
{
background-color: #CB8FDB;
}
</style>
border-color css
<style>
span { border-color: #CB8FDB; }
span { border-color: rgb(203,143,219); }
td.TdClassName
{
border-color: #CB8FDB;
}
.TagClassName
{
border-color: #CB8FDB;
}
</style>