Shades of Wisteria #CF89DD
Tints of Wisteria #CF89DD
RGB
CMYK
RGB Variations
Color information
#CF89DD (or 0xCF89DD) is known color: Wisteria. HEX triplet: CF, 89 and DD. RGB value is (207,137,221). Sum of RGB (Red+Green+Blue) = 207+137+221=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89DD is #307622. Grayscale: #A7A7A7. Windows color (decimal): -3175971 or 14518735. OLE color: 14518735.
HSL color Cylindrical-coordinate representation of color #CF89DD: hue angle of 290º degrees, saturation: 0.55, 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 #CF89DD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 137 | 221 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.13 |
| HSL | 290º | 0.55% | 0.7% | - |
| HSV(B) | 290º | 0.38% | 0.87% | - |
| XYZ | 47.73 | 36.38 | 72.91 | - |
| YUV | 167.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 221 | 0.06 | 0.38 | 0 | 0.13 | 290 | 0.55 | 0.7 |
| Hex | CF | 89 | DD | 6 | 26 | 0 | D | 122 | 37 | 46 |
| Octal | 317 | 211 | 335 | 6 | 46 | 0 | 15 | 442 | 67 | 106 |
| Binary | 11001111 | 10001001 | 11011101 | 110 | 100110 | 0 | 1101 | 100100010 | 110111 | 1000110 |
Color Harmonies of #CF89DD
Complementary color
Monochromatic Colors of #CF89DD
Black with #CF89DD
Text Example
Text Example
White with #CF89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89DD; }
p { color: rgb(207,137,221); }
H1.HeaderClassName
{
color: #CF89DD;
}
.AnyTagClassName
{
color: #CF89DD;
}
</style>
background-color css
<style>
a { background-color: #CF89DD; }
a { background-color: rgb(207,137,221); }
div.DivClassName
{
background-color: #CF89DD;
}
.BgClassName
{
background-color: #CF89DD;
}
</style>
border-color css
<style>
span { border-color: #CF89DD; }
span { border-color: rgb(207,137,221); }
td.TdClassName
{
border-color: #CF89DD;
}
.TagClassName
{
border-color: #CF89DD;
}
</style>