Shades of Wisteria #CE9FEF
Tints of Wisteria #CE9FEF
RGB
CMYK
RGB Variations
Color information
#CE9FEF (or 0xCE9FEF) is known color: Wisteria. HEX triplet: CE, 9F and EF. RGB value is (206,159,239). Sum of RGB (Red+Green+Blue) = 206+159+239=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FEF is #316010. Grayscale: #B5B5B5. Windows color (decimal): -3235857 or 15704014. OLE color: 15704014.
HSL color Cylindrical-coordinate representation of color #CE9FEF: hue angle of 275.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9FEF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 159 | 239 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.06 |
| HSL | 275.25º | 0.71% | 0.78% | - |
| HSV(B) | 275.25º | 0.33% | 0.94% | - |
| XYZ | 53.43 | 44.15 | 87.37 | - |
| YUV | 182.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 239 | 0.14 | 0.33 | 0 | 0.06 | 275.25 | 0.71 | 0.78 |
| Hex | CE | 9F | EF | E | 21 | 0 | 6 | 113 | 47 | 4E |
| Octal | 316 | 237 | 357 | 16 | 41 | 0 | 6 | 423 | 107 | 116 |
| Binary | 11001110 | 10011111 | 11101111 | 1110 | 100001 | 0 | 110 | 100010011 | 1000111 | 1001110 |
Color Harmonies of #CE9FEF
Complementary color
Monochromatic Colors of #CE9FEF
Black with #CE9FEF
Text Example
Text Example
White with #CE9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FEF; }
p { color: rgb(206,159,239); }
H1.HeaderClassName
{
color: #CE9FEF;
}
.AnyTagClassName
{
color: #CE9FEF;
}
</style>
background-color css
<style>
a { background-color: #CE9FEF; }
a { background-color: rgb(206,159,239); }
div.DivClassName
{
background-color: #CE9FEF;
}
.BgClassName
{
background-color: #CE9FEF;
}
</style>
border-color css
<style>
span { border-color: #CE9FEF; }
span { border-color: rgb(206,159,239); }
td.TdClassName
{
border-color: #CE9FEF;
}
.TagClassName
{
border-color: #CE9FEF;
}
</style>