Shades of Wisteria #CF8DDD
Tints of Wisteria #CF8DDD
RGB
CMYK
RGB Variations
Color information
#CF8DDD (or 0xCF8DDD) is known color: Wisteria. HEX triplet: CF, 8D and DD. RGB value is (207,141,221). Sum of RGB (Red+Green+Blue) = 207+141+221=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DDD is #307222. Grayscale: #A9A9A9. Windows color (decimal): -3174947 or 14519759. OLE color: 14519759.
HSL color Cylindrical-coordinate representation of color #CF8DDD: hue angle of 289.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8DDD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 141 | 221 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.13 |
| HSL | 289.5º | 0.54% | 0.71% | - |
| HSV(B) | 289.5º | 0.36% | 0.87% | - |
| XYZ | 48.31 | 37.54 | 73.11 | - |
| YUV | 169.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 221 | 0.06 | 0.36 | 0 | 0.13 | 289.5 | 0.54 | 0.71 |
| Hex | CF | 8D | DD | 6 | 24 | 0 | D | 122 | 36 | 47 |
| Octal | 317 | 215 | 335 | 6 | 44 | 0 | 15 | 442 | 66 | 107 |
| Binary | 11001111 | 10001101 | 11011101 | 110 | 100100 | 0 | 1101 | 100100010 | 110110 | 1000111 |
Color Harmonies of #CF8DDD
Complementary color
Monochromatic Colors of #CF8DDD
Black with #CF8DDD
Text Example
Text Example
White with #CF8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DDD; }
p { color: rgb(207,141,221); }
H1.HeaderClassName
{
color: #CF8DDD;
}
.AnyTagClassName
{
color: #CF8DDD;
}
</style>
background-color css
<style>
a { background-color: #CF8DDD; }
a { background-color: rgb(207,141,221); }
div.DivClassName
{
background-color: #CF8DDD;
}
.BgClassName
{
background-color: #CF8DDD;
}
</style>
border-color css
<style>
span { border-color: #CF8DDD; }
span { border-color: rgb(207,141,221); }
td.TdClassName
{
border-color: #CF8DDD;
}
.TagClassName
{
border-color: #CF8DDD;
}
</style>