Shades of Wisteria #CE9FEB
Tints of Wisteria #CE9FEB
RGB
CMYK
RGB Variations
Color information
#CE9FEB (or 0xCE9FEB) is known color: Wisteria. HEX triplet: CE, 9F and EB. RGB value is (206,159,235). Sum of RGB (Red+Green+Blue) = 206+159+235=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FEB is #316014. Grayscale: #B5B5B5. Windows color (decimal): -3235861 or 15441870. OLE color: 15441870.
HSL color Cylindrical-coordinate representation of color #CE9FEB: hue angle of 277.11º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE9FEB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 159 | 235 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.08 |
| HSL | 277.11º | 0.66% | 0.77% | - |
| HSV(B) | 277.11º | 0.32% | 0.92% | - |
| XYZ | 52.85 | 43.92 | 84.29 | - |
| YUV | 181.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 235 | 0.12 | 0.32 | 0 | 0.08 | 277.11 | 0.66 | 0.77 |
| Hex | CE | 9F | EB | C | 20 | 0 | 8 | 115 | 42 | 4D |
| Octal | 316 | 237 | 353 | 14 | 40 | 0 | 10 | 425 | 102 | 115 |
| Binary | 11001110 | 10011111 | 11101011 | 1100 | 100000 | 0 | 1000 | 100010101 | 1000010 | 1001101 |
Color Harmonies of #CE9FEB
Complementary color
Monochromatic Colors of #CE9FEB
Black with #CE9FEB
Text Example
Text Example
White with #CE9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FEB; }
p { color: rgb(206,159,235); }
H1.HeaderClassName
{
color: #CE9FEB;
}
.AnyTagClassName
{
color: #CE9FEB;
}
</style>
background-color css
<style>
a { background-color: #CE9FEB; }
a { background-color: rgb(206,159,235); }
div.DivClassName
{
background-color: #CE9FEB;
}
.BgClassName
{
background-color: #CE9FEB;
}
</style>
border-color css
<style>
span { border-color: #CE9FEB; }
span { border-color: rgb(206,159,235); }
td.TdClassName
{
border-color: #CE9FEB;
}
.TagClassName
{
border-color: #CE9FEB;
}
</style>