Shades of Wisteria #CE9BEA
Tints of Wisteria #CE9BEA
RGB
CMYK
RGB Variations
Color information
#CE9BEA (or 0xCE9BEA) is known color: Wisteria. HEX triplet: CE, 9B and EA. RGB value is (206,155,234). Sum of RGB (Red+Green+Blue) = 206+155+234=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BEA is #316415. Grayscale: #B2B2B2. Windows color (decimal): -3236886 or 15375310. OLE color: 15375310.
HSL color Cylindrical-coordinate representation of color #CE9BEA: hue angle of 278.73º degrees, saturation: 0.65, 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 #CE9BEA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 155 | 234 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.08 |
| HSL | 278.73º | 0.65% | 0.76% | - |
| HSV(B) | 278.73º | 0.34% | 0.92% | - |
| XYZ | 52.03 | 42.51 | 83.3 | - |
| YUV | 179.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 234 | 0.12 | 0.34 | 0 | 0.08 | 278.73 | 0.65 | 0.76 |
| Hex | CE | 9B | EA | C | 22 | 0 | 8 | 117 | 41 | 4C |
| Octal | 316 | 233 | 352 | 14 | 42 | 0 | 10 | 427 | 101 | 114 |
| Binary | 11001110 | 10011011 | 11101010 | 1100 | 100010 | 0 | 1000 | 100010111 | 1000001 | 1001100 |
Color Harmonies of #CE9BEA
Complementary color
Monochromatic Colors of #CE9BEA
Black with #CE9BEA
Text Example
Text Example
White with #CE9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BEA; }
p { color: rgb(206,155,234); }
H1.HeaderClassName
{
color: #CE9BEA;
}
.AnyTagClassName
{
color: #CE9BEA;
}
</style>
background-color css
<style>
a { background-color: #CE9BEA; }
a { background-color: rgb(206,155,234); }
div.DivClassName
{
background-color: #CE9BEA;
}
.BgClassName
{
background-color: #CE9BEA;
}
</style>
border-color css
<style>
span { border-color: #CE9BEA; }
span { border-color: rgb(206,155,234); }
td.TdClassName
{
border-color: #CE9BEA;
}
.TagClassName
{
border-color: #CE9BEA;
}
</style>