Shades of Wisteria #CE8FFA
Tints of Wisteria #CE8FFA
RGB
CMYK
RGB Variations
Color information
#CE8FFA (or 0xCE8FFA) is known color: Wisteria. HEX triplet: CE, 8F and FA. RGB value is (206,143,250). Sum of RGB (Red+Green+Blue) = 206+143+250=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FFA is #317005. Grayscale: #ADADAD. Windows color (decimal): -3239942 or 16420814. OLE color: 16420814.
HSL color Cylindrical-coordinate representation of color #CE8FFA: hue angle of 275.33º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8FFA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 143 | 250 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.02 |
| HSL | 275.33º | 0.91% | 0.77% | - |
| HSV(B) | 275.33º | 0.43% | 0.98% | - |
| XYZ | 52.53 | 39.67 | 95.33 | - |
| YUV | 174.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 250 | 0.18 | 0.43 | 0 | 0.02 | 275.33 | 0.91 | 0.77 |
| Hex | CE | 8F | FA | 12 | 2B | 0 | 2 | 113 | 5B | 4D |
| Octal | 316 | 217 | 372 | 22 | 53 | 0 | 2 | 423 | 133 | 115 |
| Binary | 11001110 | 10001111 | 11111010 | 10010 | 101011 | 0 | 10 | 100010011 | 1011011 | 1001101 |
Color Harmonies of #CE8FFA
Complementary color
Monochromatic Colors of #CE8FFA
Black with #CE8FFA
Text Example
Text Example
White with #CE8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FFA; }
p { color: rgb(206,143,250); }
H1.HeaderClassName
{
color: #CE8FFA;
}
.AnyTagClassName
{
color: #CE8FFA;
}
</style>
background-color css
<style>
a { background-color: #CE8FFA; }
a { background-color: rgb(206,143,250); }
div.DivClassName
{
background-color: #CE8FFA;
}
.BgClassName
{
background-color: #CE8FFA;
}
</style>
border-color css
<style>
span { border-color: #CE8FFA; }
span { border-color: rgb(206,143,250); }
td.TdClassName
{
border-color: #CE8FFA;
}
.TagClassName
{
border-color: #CE8FFA;
}
</style>