Shades of Wisteria #CE9CE9
Tints of Wisteria #CE9CE9
RGB
CMYK
RGB Variations
Color information
#CE9CE9 (or 0xCE9CE9) is known color: Wisteria. HEX triplet: CE, 9C and E9. RGB value is (206,156,233). Sum of RGB (Red+Green+Blue) = 206+156+233=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE9CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CE9 is #316316. Grayscale: #B3B3B3. Windows color (decimal): -3236631 or 15310030. OLE color: 15310030.
HSL color Cylindrical-coordinate representation of color #CE9CE9: hue angle of 278.96º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9CE9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 156 | 233 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.09 |
| HSL | 278.96º | 0.64% | 0.76% | - |
| HSV(B) | 278.96º | 0.33% | 0.91% | - |
| XYZ | 52.05 | 42.78 | 82.61 | - |
| YUV | 179.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 233 | 0.12 | 0.33 | 0 | 0.09 | 278.96 | 0.64 | 0.76 |
| Hex | CE | 9C | E9 | C | 21 | 0 | 9 | 117 | 40 | 4C |
| Octal | 316 | 234 | 351 | 14 | 41 | 0 | 11 | 427 | 100 | 114 |
| Binary | 11001110 | 10011100 | 11101001 | 1100 | 100001 | 0 | 1001 | 100010111 | 1000000 | 1001100 |
Color Harmonies of #CE9CE9
Complementary color
Monochromatic Colors of #CE9CE9
Black with #CE9CE9
Text Example
Text Example
White with #CE9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CE9; }
p { color: rgb(206,156,233); }
H1.HeaderClassName
{
color: #CE9CE9;
}
.AnyTagClassName
{
color: #CE9CE9;
}
</style>
background-color css
<style>
a { background-color: #CE9CE9; }
a { background-color: rgb(206,156,233); }
div.DivClassName
{
background-color: #CE9CE9;
}
.BgClassName
{
background-color: #CE9CE9;
}
</style>
border-color css
<style>
span { border-color: #CE9CE9; }
span { border-color: rgb(206,156,233); }
td.TdClassName
{
border-color: #CE9CE9;
}
.TagClassName
{
border-color: #CE9CE9;
}
</style>