Shades of Wisteria #CF88DD
Tints of Wisteria #CF88DD
RGB
CMYK
RGB Variations
Color information
#CF88DD (or 0xCF88DD) is known color: Wisteria. HEX triplet: CF, 88 and DD. RGB value is (207,136,221). Sum of RGB (Red+Green+Blue) = 207+136+221=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DD is #307722. Grayscale: #A6A6A6. Windows color (decimal): -3176227 or 14518479. OLE color: 14518479.
HSL color Cylindrical-coordinate representation of color #CF88DD: hue angle of 290.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF88DD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 136 | 221 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.13 |
| HSL | 290.12º | 0.56% | 0.7% | - |
| HSV(B) | 290.12º | 0.38% | 0.87% | - |
| XYZ | 47.59 | 36.09 | 72.87 | - |
| YUV | 166.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 221 | 0.06 | 0.38 | 0 | 0.13 | 290.12 | 0.56 | 0.7 |
| Hex | CF | 88 | DD | 6 | 26 | 0 | D | 122 | 38 | 46 |
| Octal | 317 | 210 | 335 | 6 | 46 | 0 | 15 | 442 | 70 | 106 |
| Binary | 11001111 | 10001000 | 11011101 | 110 | 100110 | 0 | 1101 | 100100010 | 111000 | 1000110 |
Color Harmonies of #CF88DD
Complementary color
Monochromatic Colors of #CF88DD
Black with #CF88DD
Text Example
Text Example
White with #CF88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88DD; }
p { color: rgb(207,136,221); }
H1.HeaderClassName
{
color: #CF88DD;
}
.AnyTagClassName
{
color: #CF88DD;
}
</style>
background-color css
<style>
a { background-color: #CF88DD; }
a { background-color: rgb(207,136,221); }
div.DivClassName
{
background-color: #CF88DD;
}
.BgClassName
{
background-color: #CF88DD;
}
</style>
border-color css
<style>
span { border-color: #CF88DD; }
span { border-color: rgb(207,136,221); }
td.TdClassName
{
border-color: #CF88DD;
}
.TagClassName
{
border-color: #CF88DD;
}
</style>