Shades of Wisteria #CE9CEF
Tints of Wisteria #CE9CEF
RGB
CMYK
RGB Variations
Color information
#CE9CEF (or 0xCE9CEF) is known color: Wisteria. HEX triplet: CE, 9C and EF. RGB value is (206,156,239). Sum of RGB (Red+Green+Blue) = 206+156+239=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CEF is #316310. Grayscale: #B4B4B4. Windows color (decimal): -3236625 or 15703246. OLE color: 15703246.
HSL color Cylindrical-coordinate representation of color #CE9CEF: hue angle of 276.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9CEF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 156 | 239 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.06 |
| HSL | 276.14º | 0.72% | 0.77% | - |
| HSV(B) | 276.14º | 0.35% | 0.94% | - |
| XYZ | 52.92 | 43.13 | 87.2 | - |
| YUV | 180.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 239 | 0.14 | 0.35 | 0 | 0.06 | 276.14 | 0.72 | 0.77 |
| Hex | CE | 9C | EF | E | 23 | 0 | 6 | 114 | 48 | 4D |
| Octal | 316 | 234 | 357 | 16 | 43 | 0 | 6 | 424 | 110 | 115 |
| Binary | 11001110 | 10011100 | 11101111 | 1110 | 100011 | 0 | 110 | 100010100 | 1001000 | 1001101 |
Color Harmonies of #CE9CEF
Complementary color
Monochromatic Colors of #CE9CEF
Black with #CE9CEF
Text Example
Text Example
White with #CE9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CEF; }
p { color: rgb(206,156,239); }
H1.HeaderClassName
{
color: #CE9CEF;
}
.AnyTagClassName
{
color: #CE9CEF;
}
</style>
background-color css
<style>
a { background-color: #CE9CEF; }
a { background-color: rgb(206,156,239); }
div.DivClassName
{
background-color: #CE9CEF;
}
.BgClassName
{
background-color: #CE9CEF;
}
</style>
border-color css
<style>
span { border-color: #CE9CEF; }
span { border-color: rgb(206,156,239); }
td.TdClassName
{
border-color: #CE9CEF;
}
.TagClassName
{
border-color: #CE9CEF;
}
</style>