Shades of Wisteria #CEA7DB
Tints of Wisteria #CEA7DB
RGB
CMYK
RGB Variations
Color information
#CEA7DB (or 0xCEA7DB) is known color: Wisteria. HEX triplet: CE, A7 and DB. RGB value is (206,167,219). Sum of RGB (Red+Green+Blue) = 206+167+219=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7DB is #315824. Grayscale: #B8B8B8. Windows color (decimal): -3233829 or 14395342. OLE color: 14395342.
HSL color Cylindrical-coordinate representation of color #CEA7DB: hue angle of 285º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA7DB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 167 | 219 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.14 |
| HSL | 285º | 0.42% | 0.76% | - |
| HSV(B) | 285º | 0.24% | 0.86% | - |
| XYZ | 52.06 | 45.87 | 73.13 | - |
| YUV | 184.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 219 | 0.06 | 0.24 | 0 | 0.14 | 285 | 0.42 | 0.76 |
| Hex | CE | A7 | DB | 6 | 18 | 0 | E | 11D | 2A | 4C |
| Octal | 316 | 247 | 333 | 6 | 30 | 0 | 16 | 435 | 52 | 114 |
| Binary | 11001110 | 10100111 | 11011011 | 110 | 11000 | 0 | 1110 | 100011101 | 101010 | 1001100 |
Color Harmonies of #CEA7DB
Complementary color
Monochromatic Colors of #CEA7DB
Black with #CEA7DB
Text Example
Text Example
White with #CEA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7DB; }
p { color: rgb(206,167,219); }
H1.HeaderClassName
{
color: #CEA7DB;
}
.AnyTagClassName
{
color: #CEA7DB;
}
</style>
background-color css
<style>
a { background-color: #CEA7DB; }
a { background-color: rgb(206,167,219); }
div.DivClassName
{
background-color: #CEA7DB;
}
.BgClassName
{
background-color: #CEA7DB;
}
</style>
border-color css
<style>
span { border-color: #CEA7DB; }
span { border-color: rgb(206,167,219); }
td.TdClassName
{
border-color: #CEA7DB;
}
.TagClassName
{
border-color: #CEA7DB;
}
</style>