Shades of Wisteria #CE9BEB
Tints of Wisteria #CE9BEB
RGB
CMYK
RGB Variations
Color information
#CE9BEB (or 0xCE9BEB) is known color: Wisteria. HEX triplet: CE, 9B and EB. RGB value is (206,155,235). Sum of RGB (Red+Green+Blue) = 206+155+235=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BEB is #316414. Grayscale: #B3B3B3. Windows color (decimal): -3236885 or 15440846. OLE color: 15440846.
HSL color Cylindrical-coordinate representation of color #CE9BEB: hue angle of 278.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9BEB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 155 | 235 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.08 |
| HSL | 278.25º | 0.67% | 0.76% | - |
| HSV(B) | 278.25º | 0.34% | 0.92% | - |
| XYZ | 52.17 | 42.56 | 84.06 | - |
| YUV | 179.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 235 | 0.12 | 0.34 | 0 | 0.08 | 278.25 | 0.67 | 0.76 |
| Hex | CE | 9B | EB | C | 22 | 0 | 8 | 116 | 43 | 4C |
| Octal | 316 | 233 | 353 | 14 | 42 | 0 | 10 | 426 | 103 | 114 |
| Binary | 11001110 | 10011011 | 11101011 | 1100 | 100010 | 0 | 1000 | 100010110 | 1000011 | 1001100 |
Color Harmonies of #CE9BEB
Complementary color
Monochromatic Colors of #CE9BEB
Black with #CE9BEB
Text Example
Text Example
White with #CE9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BEB; }
p { color: rgb(206,155,235); }
H1.HeaderClassName
{
color: #CE9BEB;
}
.AnyTagClassName
{
color: #CE9BEB;
}
</style>
background-color css
<style>
a { background-color: #CE9BEB; }
a { background-color: rgb(206,155,235); }
div.DivClassName
{
background-color: #CE9BEB;
}
.BgClassName
{
background-color: #CE9BEB;
}
</style>
border-color css
<style>
span { border-color: #CE9BEB; }
span { border-color: rgb(206,155,235); }
td.TdClassName
{
border-color: #CE9BEB;
}
.TagClassName
{
border-color: #CE9BEB;
}
</style>