Shades of Wisteria #CF88DF
Tints of Wisteria #CF88DF
RGB
CMYK
RGB Variations
Color information
#CF88DF (or 0xCF88DF) is known color: Wisteria. HEX triplet: CF, 88 and DF. RGB value is (207,136,223). Sum of RGB (Red+Green+Blue) = 207+136+223=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DF is #307720. Grayscale: #A6A6A6. Windows color (decimal): -3176225 or 14649551. OLE color: 14649551.
HSL color Cylindrical-coordinate representation of color #CF88DF: hue angle of 288.97º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF88DF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 136 | 223 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.13 |
| HSL | 288.97º | 0.58% | 0.7% | - |
| HSV(B) | 288.97º | 0.39% | 0.87% | - |
| XYZ | 47.86 | 36.2 | 74.28 | - |
| YUV | 167.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 223 | 0.07 | 0.39 | 0 | 0.13 | 288.97 | 0.58 | 0.7 |
| Hex | CF | 88 | DF | 7 | 27 | 0 | D | 121 | 3A | 46 |
| Octal | 317 | 210 | 337 | 7 | 47 | 0 | 15 | 441 | 72 | 106 |
| Binary | 11001111 | 10001000 | 11011111 | 111 | 100111 | 0 | 1101 | 100100001 | 111010 | 1000110 |
Color Harmonies of #CF88DF
Complementary color
Monochromatic Colors of #CF88DF
Black with #CF88DF
Text Example
Text Example
White with #CF88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88DF; }
p { color: rgb(207,136,223); }
H1.HeaderClassName
{
color: #CF88DF;
}
.AnyTagClassName
{
color: #CF88DF;
}
</style>
background-color css
<style>
a { background-color: #CF88DF; }
a { background-color: rgb(207,136,223); }
div.DivClassName
{
background-color: #CF88DF;
}
.BgClassName
{
background-color: #CF88DF;
}
</style>
border-color css
<style>
span { border-color: #CF88DF; }
span { border-color: rgb(207,136,223); }
td.TdClassName
{
border-color: #CF88DF;
}
.TagClassName
{
border-color: #CF88DF;
}
</style>