Shades of Wisteria #CF97DF
Tints of Wisteria #CF97DF
RGB
CMYK
RGB Variations
Color information
#CF97DF (or 0xCF97DF) is known color: Wisteria. HEX triplet: CF, 97 and DF. RGB value is (207,151,223). Sum of RGB (Red+Green+Blue) = 207+151+223=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97DF is #306820. Grayscale: #AFAFAF. Windows color (decimal): -3172385 or 14653391. OLE color: 14653391.
HSL color Cylindrical-coordinate representation of color #CF97DF: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF97DF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 151 | 223 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.13 |
| HSL | 286.67º | 0.53% | 0.73% | - |
| HSV(B) | 286.67º | 0.32% | 0.87% | - |
| XYZ | 50.12 | 40.73 | 75.03 | - |
| YUV | 175.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 223 | 0.07 | 0.32 | 0 | 0.13 | 286.67 | 0.53 | 0.73 |
| Hex | CF | 97 | DF | 7 | 20 | 0 | D | 11F | 35 | 49 |
| Octal | 317 | 227 | 337 | 7 | 40 | 0 | 15 | 437 | 65 | 111 |
| Binary | 11001111 | 10010111 | 11011111 | 111 | 100000 | 0 | 1101 | 100011111 | 110101 | 1001001 |
Color Harmonies of #CF97DF
Complementary color
Monochromatic Colors of #CF97DF
Black with #CF97DF
Text Example
Text Example
White with #CF97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF97DF; }
p { color: rgb(207,151,223); }
H1.HeaderClassName
{
color: #CF97DF;
}
.AnyTagClassName
{
color: #CF97DF;
}
</style>
background-color css
<style>
a { background-color: #CF97DF; }
a { background-color: rgb(207,151,223); }
div.DivClassName
{
background-color: #CF97DF;
}
.BgClassName
{
background-color: #CF97DF;
}
</style>
border-color css
<style>
span { border-color: #CF97DF; }
span { border-color: rgb(207,151,223); }
td.TdClassName
{
border-color: #CF97DF;
}
.TagClassName
{
border-color: #CF97DF;
}
</style>