Shades of Wisteria #CF9FF1
Tints of Wisteria #CF9FF1
RGB
CMYK
RGB Variations
Color information
#CF9FF1 (or 0xCF9FF1) is known color: Wisteria. HEX triplet: CF, 9F and F1. RGB value is (207,159,241). Sum of RGB (Red+Green+Blue) = 207+159+241=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FF1 is #30600E. Grayscale: #B6B6B6. Windows color (decimal): -3170319 or 15835087. OLE color: 15835087.
HSL color Cylindrical-coordinate representation of color #CF9FF1: hue angle of 275.12º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9FF1 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 159 | 241 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.05 |
| HSL | 275.12º | 0.75% | 0.78% | - |
| HSV(B) | 275.12º | 0.34% | 0.95% | - |
| XYZ | 54.01 | 44.41 | 88.95 | - |
| YUV | 182.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 241 | 0.14 | 0.34 | 0 | 0.05 | 275.12 | 0.75 | 0.78 |
| Hex | CF | 9F | F1 | E | 22 | 0 | 5 | 113 | 4B | 4E |
| Octal | 317 | 237 | 361 | 16 | 42 | 0 | 5 | 423 | 113 | 116 |
| Binary | 11001111 | 10011111 | 11110001 | 1110 | 100010 | 0 | 101 | 100010011 | 1001011 | 1001110 |
Color Harmonies of #CF9FF1
Complementary color
Monochromatic Colors of #CF9FF1
Black with #CF9FF1
Text Example
Text Example
White with #CF9FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FF1; }
p { color: rgb(207,159,241); }
H1.HeaderClassName
{
color: #CF9FF1;
}
.AnyTagClassName
{
color: #CF9FF1;
}
</style>
background-color css
<style>
a { background-color: #CF9FF1; }
a { background-color: rgb(207,159,241); }
div.DivClassName
{
background-color: #CF9FF1;
}
.BgClassName
{
background-color: #CF9FF1;
}
</style>
border-color css
<style>
span { border-color: #CF9FF1; }
span { border-color: rgb(207,159,241); }
td.TdClassName
{
border-color: #CF9FF1;
}
.TagClassName
{
border-color: #CF9FF1;
}
</style>