Shades of Wisteria #CE87ED
Tints of Wisteria #CE87ED
RGB
CMYK
RGB Variations
Color information
#CE87ED (or 0xCE87ED) is known color: Wisteria. HEX triplet: CE, 87 and ED. RGB value is (206,135,237). Sum of RGB (Red+Green+Blue) = 206+135+237=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE87ED is #317812. Grayscale: #A7A7A7. Windows color (decimal): -3242003 or 15566798. OLE color: 15566798.
HSL color Cylindrical-coordinate representation of color #CE87ED: hue angle of 281.76º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE87ED is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 135 | 237 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.07 |
| HSL | 281.76º | 0.74% | 0.73% | - |
| HSV(B) | 281.76º | 0.43% | 0.93% | - |
| XYZ | 49.4 | 36.56 | 84.57 | - |
| YUV | 167.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 237 | 0.13 | 0.43 | 0 | 0.07 | 281.76 | 0.74 | 0.73 |
| Hex | CE | 87 | ED | D | 2B | 0 | 7 | 11A | 4A | 49 |
| Octal | 316 | 207 | 355 | 15 | 53 | 0 | 7 | 432 | 112 | 111 |
| Binary | 11001110 | 10000111 | 11101101 | 1101 | 101011 | 0 | 111 | 100011010 | 1001010 | 1001001 |
Color Harmonies of #CE87ED
Complementary color
Monochromatic Colors of #CE87ED
Black with #CE87ED
Text Example
Text Example
White with #CE87ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87ED; }
p { color: rgb(206,135,237); }
H1.HeaderClassName
{
color: #CE87ED;
}
.AnyTagClassName
{
color: #CE87ED;
}
</style>
background-color css
<style>
a { background-color: #CE87ED; }
a { background-color: rgb(206,135,237); }
div.DivClassName
{
background-color: #CE87ED;
}
.BgClassName
{
background-color: #CE87ED;
}
</style>
border-color css
<style>
span { border-color: #CE87ED; }
span { border-color: rgb(206,135,237); }
td.TdClassName
{
border-color: #CE87ED;
}
.TagClassName
{
border-color: #CE87ED;
}
</style>