Shades of Wisteria #CF8FDE
Tints of Wisteria #CF8FDE
RGB
CMYK
RGB Variations
Color information
#CF8FDE (or 0xCF8FDE) is known color: Wisteria. HEX triplet: CF, 8F and DE. RGB value is (207,143,222). Sum of RGB (Red+Green+Blue) = 207+143+222=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FDE is #307021. Grayscale: #AAAAAA. Windows color (decimal): -3174434 or 14585807. OLE color: 14585807.
HSL color Cylindrical-coordinate representation of color #CF8FDE: hue angle of 288.61º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8FDE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 143 | 222 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.13 |
| HSL | 288.61º | 0.54% | 0.72% | - |
| HSV(B) | 288.61º | 0.36% | 0.87% | - |
| XYZ | 48.74 | 38.18 | 73.91 | - |
| YUV | 171.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 222 | 0.07 | 0.36 | 0 | 0.13 | 288.61 | 0.54 | 0.72 |
| Hex | CF | 8F | DE | 7 | 24 | 0 | D | 121 | 36 | 48 |
| Octal | 317 | 217 | 336 | 7 | 44 | 0 | 15 | 441 | 66 | 110 |
| Binary | 11001111 | 10001111 | 11011110 | 111 | 100100 | 0 | 1101 | 100100001 | 110110 | 1001000 |
Color Harmonies of #CF8FDE
Complementary color
Monochromatic Colors of #CF8FDE
Black with #CF8FDE
Text Example
Text Example
White with #CF8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FDE; }
p { color: rgb(207,143,222); }
H1.HeaderClassName
{
color: #CF8FDE;
}
.AnyTagClassName
{
color: #CF8FDE;
}
</style>
background-color css
<style>
a { background-color: #CF8FDE; }
a { background-color: rgb(207,143,222); }
div.DivClassName
{
background-color: #CF8FDE;
}
.BgClassName
{
background-color: #CF8FDE;
}
</style>
border-color css
<style>
span { border-color: #CF8FDE; }
span { border-color: rgb(207,143,222); }
td.TdClassName
{
border-color: #CF8FDE;
}
.TagClassName
{
border-color: #CF8FDE;
}
</style>