Shades of Wisteria #CF9FDF
Tints of Wisteria #CF9FDF
RGB
CMYK
RGB Variations
Color information
#CF9FDF (or 0xCF9FDF) is known color: Wisteria. HEX triplet: CF, 9F and DF. RGB value is (207,159,223). Sum of RGB (Red+Green+Blue) = 207+159+223=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDF is #306020. Grayscale: #B4B4B4. Windows color (decimal): -3170337 or 14655439. OLE color: 14655439.
HSL color Cylindrical-coordinate representation of color #CF9FDF: hue angle of 285º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9FDF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 159 | 223 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.13 |
| HSL | 285º | 0.5% | 0.75% | - |
| HSV(B) | 285º | 0.29% | 0.87% | - |
| XYZ | 51.45 | 43.39 | 75.48 | - |
| YUV | 180.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 223 | 0.07 | 0.29 | 0 | 0.13 | 285 | 0.5 | 0.75 |
| Hex | CF | 9F | DF | 7 | 1D | 0 | D | 11D | 32 | 4B |
| Octal | 317 | 237 | 337 | 7 | 35 | 0 | 15 | 435 | 62 | 113 |
| Binary | 11001111 | 10011111 | 11011111 | 111 | 11101 | 0 | 1101 | 100011101 | 110010 | 1001011 |
Color Harmonies of #CF9FDF
Complementary color
Monochromatic Colors of #CF9FDF
Black with #CF9FDF
Text Example
Text Example
White with #CF9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FDF; }
p { color: rgb(207,159,223); }
H1.HeaderClassName
{
color: #CF9FDF;
}
.AnyTagClassName
{
color: #CF9FDF;
}
</style>
background-color css
<style>
a { background-color: #CF9FDF; }
a { background-color: rgb(207,159,223); }
div.DivClassName
{
background-color: #CF9FDF;
}
.BgClassName
{
background-color: #CF9FDF;
}
</style>
border-color css
<style>
span { border-color: #CF9FDF; }
span { border-color: rgb(207,159,223); }
td.TdClassName
{
border-color: #CF9FDF;
}
.TagClassName
{
border-color: #CF9FDF;
}
</style>