Shades of Wisteria #CF88EF
Tints of Wisteria #CF88EF
RGB
CMYK
RGB Variations
Color information
#CF88EF (or 0xCF88EF) is known color: Wisteria. HEX triplet: CF, 88 and EF. RGB value is (207,136,239). Sum of RGB (Red+Green+Blue) = 207+136+239=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF88EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88EF is #307710. Grayscale: #A8A8A8. Windows color (decimal): -3176209 or 15698127. OLE color: 15698127.
HSL color Cylindrical-coordinate representation of color #CF88EF: hue angle of 281.36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF88EF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 136 | 239 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.06 |
| HSL | 281.36º | 0.76% | 0.74% | - |
| HSV(B) | 281.36º | 0.43% | 0.94% | - |
| XYZ | 50.12 | 37.11 | 86.18 | - |
| YUV | 168.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 239 | 0.13 | 0.43 | 0 | 0.06 | 281.36 | 0.76 | 0.74 |
| Hex | CF | 88 | EF | D | 2B | 0 | 6 | 119 | 4C | 4A |
| Octal | 317 | 210 | 357 | 15 | 53 | 0 | 6 | 431 | 114 | 112 |
| Binary | 11001111 | 10001000 | 11101111 | 1101 | 101011 | 0 | 110 | 100011001 | 1001100 | 1001010 |
Color Harmonies of #CF88EF
Complementary color
Monochromatic Colors of #CF88EF
Black with #CF88EF
Text Example
Text Example
White with #CF88EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88EF; }
p { color: rgb(207,136,239); }
H1.HeaderClassName
{
color: #CF88EF;
}
.AnyTagClassName
{
color: #CF88EF;
}
</style>
background-color css
<style>
a { background-color: #CF88EF; }
a { background-color: rgb(207,136,239); }
div.DivClassName
{
background-color: #CF88EF;
}
.BgClassName
{
background-color: #CF88EF;
}
</style>
border-color css
<style>
span { border-color: #CF88EF; }
span { border-color: rgb(207,136,239); }
td.TdClassName
{
border-color: #CF88EF;
}
.TagClassName
{
border-color: #CF88EF;
}
</style>