Shades of Wisteria #CE9FF2
Tints of Wisteria #CE9FF2
RGB
CMYK
RGB Variations
Color information
#CE9FF2 (or 0xCE9FF2) is known color: Wisteria. HEX triplet: CE, 9F and F2. RGB value is (206,159,242). Sum of RGB (Red+Green+Blue) = 206+159+242=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF2 is #31600D. Grayscale: #B6B6B6. Windows color (decimal): -3235854 or 15900622. OLE color: 15900622.
HSL color Cylindrical-coordinate representation of color #CE9FF2: hue angle of 273.98º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9FF2 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 159 | 242 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.05 |
| HSL | 273.98º | 0.76% | 0.79% | - |
| HSV(B) | 273.98º | 0.34% | 0.95% | - |
| XYZ | 53.88 | 44.33 | 89.72 | - |
| YUV | 182.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 242 | 0.15 | 0.34 | 0 | 0.05 | 273.98 | 0.76 | 0.79 |
| Hex | CE | 9F | F2 | F | 22 | 0 | 5 | 112 | 4C | 4F |
| Octal | 316 | 237 | 362 | 17 | 42 | 0 | 5 | 422 | 114 | 117 |
| Binary | 11001110 | 10011111 | 11110010 | 1111 | 100010 | 0 | 101 | 100010010 | 1001100 | 1001111 |
Color Harmonies of #CE9FF2
Complementary color
Monochromatic Colors of #CE9FF2
Black with #CE9FF2
Text Example
Text Example
White with #CE9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FF2; }
p { color: rgb(206,159,242); }
H1.HeaderClassName
{
color: #CE9FF2;
}
.AnyTagClassName
{
color: #CE9FF2;
}
</style>
background-color css
<style>
a { background-color: #CE9FF2; }
a { background-color: rgb(206,159,242); }
div.DivClassName
{
background-color: #CE9FF2;
}
.BgClassName
{
background-color: #CE9FF2;
}
</style>
border-color css
<style>
span { border-color: #CE9FF2; }
span { border-color: rgb(206,159,242); }
td.TdClassName
{
border-color: #CE9FF2;
}
.TagClassName
{
border-color: #CE9FF2;
}
</style>