Shades of Wisteria #CF98DF
Tints of Wisteria #CF98DF
RGB
CMYK
RGB Variations
Color information
#CF98DF (or 0xCF98DF) is known color: Wisteria. HEX triplet: CF, 98 and DF. RGB value is (207,152,223). Sum of RGB (Red+Green+Blue) = 207+152+223=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98DF is #306720. Grayscale: #B0B0B0. Windows color (decimal): -3172129 or 14653647. OLE color: 14653647.
HSL color Cylindrical-coordinate representation of color #CF98DF: hue angle of 286.48º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF98DF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 152 | 223 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.13 |
| HSL | 286.48º | 0.53% | 0.74% | - |
| HSV(B) | 286.48º | 0.32% | 0.87% | - |
| XYZ | 50.28 | 41.05 | 75.09 | - |
| YUV | 176.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 223 | 0.07 | 0.32 | 0 | 0.13 | 286.48 | 0.53 | 0.74 |
| Hex | CF | 98 | DF | 7 | 20 | 0 | D | 11E | 35 | 4A |
| Octal | 317 | 230 | 337 | 7 | 40 | 0 | 15 | 436 | 65 | 112 |
| Binary | 11001111 | 10011000 | 11011111 | 111 | 100000 | 0 | 1101 | 100011110 | 110101 | 1001010 |
Color Harmonies of #CF98DF
Complementary color
Monochromatic Colors of #CF98DF
Black with #CF98DF
Text Example
Text Example
White with #CF98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98DF; }
p { color: rgb(207,152,223); }
H1.HeaderClassName
{
color: #CF98DF;
}
.AnyTagClassName
{
color: #CF98DF;
}
</style>
background-color css
<style>
a { background-color: #CF98DF; }
a { background-color: rgb(207,152,223); }
div.DivClassName
{
background-color: #CF98DF;
}
.BgClassName
{
background-color: #CF98DF;
}
</style>
border-color css
<style>
span { border-color: #CF98DF; }
span { border-color: rgb(207,152,223); }
td.TdClassName
{
border-color: #CF98DF;
}
.TagClassName
{
border-color: #CF98DF;
}
</style>