Shades of Wisteria #CE8FDB
Tints of Wisteria #CE8FDB
RGB
CMYK
RGB Variations
Color information
#CE8FDB (or 0xCE8FDB) is known color: Wisteria. HEX triplet: CE, 8F and DB. RGB value is (206,143,219). Sum of RGB (Red+Green+Blue) = 206+143+219=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FDB is #317024. Grayscale: #AAAAAA. Windows color (decimal): -3239973 or 14389198. OLE color: 14389198.
HSL color Cylindrical-coordinate representation of color #CE8FDB: hue angle of 289.74º 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 #CE8FDB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 143 | 219 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.14 |
| HSL | 289.74º | 0.51% | 0.71% | - |
| HSV(B) | 289.74º | 0.35% | 0.86% | - |
| XYZ | 48.06 | 37.88 | 71.8 | - |
| YUV | 170.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 219 | 0.06 | 0.35 | 0 | 0.14 | 289.74 | 0.51 | 0.71 |
| Hex | CE | 8F | DB | 6 | 23 | 0 | E | 122 | 33 | 47 |
| Octal | 316 | 217 | 333 | 6 | 43 | 0 | 16 | 442 | 63 | 107 |
| Binary | 11001110 | 10001111 | 11011011 | 110 | 100011 | 0 | 1110 | 100100010 | 110011 | 1000111 |
Color Harmonies of #CE8FDB
Complementary color
Monochromatic Colors of #CE8FDB
Black with #CE8FDB
Text Example
Text Example
White with #CE8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FDB; }
p { color: rgb(206,143,219); }
H1.HeaderClassName
{
color: #CE8FDB;
}
.AnyTagClassName
{
color: #CE8FDB;
}
</style>
background-color css
<style>
a { background-color: #CE8FDB; }
a { background-color: rgb(206,143,219); }
div.DivClassName
{
background-color: #CE8FDB;
}
.BgClassName
{
background-color: #CE8FDB;
}
</style>
border-color css
<style>
span { border-color: #CE8FDB; }
span { border-color: rgb(206,143,219); }
td.TdClassName
{
border-color: #CE8FDB;
}
.TagClassName
{
border-color: #CE8FDB;
}
</style>