Shades of Wisteria #CF88EC
Tints of Wisteria #CF88EC
RGB
CMYK
RGB Variations
Color information
#CF88EC (or 0xCF88EC) is known color: Wisteria. HEX triplet: CF, 88 and EC. RGB value is (207,136,236). Sum of RGB (Red+Green+Blue) = 207+136+236=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88EC is #307713. Grayscale: #A8A8A8. Windows color (decimal): -3176212 or 15501519. OLE color: 15501519.
HSL color Cylindrical-coordinate representation of color #CF88EC: hue angle of 282.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF88EC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 136 | 236 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.07 |
| HSL | 282.6º | 0.72% | 0.73% | - |
| HSV(B) | 282.6º | 0.42% | 0.93% | - |
| XYZ | 49.68 | 36.93 | 83.87 | - |
| YUV | 168.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 236 | 0.12 | 0.42 | 0 | 0.07 | 282.6 | 0.72 | 0.73 |
| Hex | CF | 88 | EC | C | 2A | 0 | 7 | 11B | 48 | 49 |
| Octal | 317 | 210 | 354 | 14 | 52 | 0 | 7 | 433 | 110 | 111 |
| Binary | 11001111 | 10001000 | 11101100 | 1100 | 101010 | 0 | 111 | 100011011 | 1001000 | 1001001 |
Color Harmonies of #CF88EC
Complementary color
Monochromatic Colors of #CF88EC
Black with #CF88EC
Text Example
Text Example
White with #CF88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88EC; }
p { color: rgb(207,136,236); }
H1.HeaderClassName
{
color: #CF88EC;
}
.AnyTagClassName
{
color: #CF88EC;
}
</style>
background-color css
<style>
a { background-color: #CF88EC; }
a { background-color: rgb(207,136,236); }
div.DivClassName
{
background-color: #CF88EC;
}
.BgClassName
{
background-color: #CF88EC;
}
</style>
border-color css
<style>
span { border-color: #CF88EC; }
span { border-color: rgb(207,136,236); }
td.TdClassName
{
border-color: #CF88EC;
}
.TagClassName
{
border-color: #CF88EC;
}
</style>