Shades of Wisteria #CF9CF1
Tints of Wisteria #CF9CF1
RGB
CMYK
RGB Variations
Color information
#CF9CF1 (or 0xCF9CF1) is known color: Wisteria. HEX triplet: CF, 9C and F1. RGB value is (207,156,241). Sum of RGB (Red+Green+Blue) = 207+156+241=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CF1 is #30630E. Grayscale: #B4B4B4. Windows color (decimal): -3171087 or 15834319. OLE color: 15834319.
HSL color Cylindrical-coordinate representation of color #CF9CF1: hue angle of 276º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9CF1 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 156 | 241 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.05 |
| HSL | 276º | 0.75% | 0.78% | - |
| HSV(B) | 276º | 0.35% | 0.95% | - |
| XYZ | 53.5 | 43.39 | 88.78 | - |
| YUV | 180.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 241 | 0.14 | 0.35 | 0 | 0.05 | 276 | 0.75 | 0.78 |
| Hex | CF | 9C | F1 | E | 23 | 0 | 5 | 114 | 4B | 4E |
| Octal | 317 | 234 | 361 | 16 | 43 | 0 | 5 | 424 | 113 | 116 |
| Binary | 11001111 | 10011100 | 11110001 | 1110 | 100011 | 0 | 101 | 100010100 | 1001011 | 1001110 |
Color Harmonies of #CF9CF1
Complementary color
Monochromatic Colors of #CF9CF1
Black with #CF9CF1
Text Example
Text Example
White with #CF9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CF1; }
p { color: rgb(207,156,241); }
H1.HeaderClassName
{
color: #CF9CF1;
}
.AnyTagClassName
{
color: #CF9CF1;
}
</style>
background-color css
<style>
a { background-color: #CF9CF1; }
a { background-color: rgb(207,156,241); }
div.DivClassName
{
background-color: #CF9CF1;
}
.BgClassName
{
background-color: #CF9CF1;
}
</style>
border-color css
<style>
span { border-color: #CF9CF1; }
span { border-color: rgb(207,156,241); }
td.TdClassName
{
border-color: #CF9CF1;
}
.TagClassName
{
border-color: #CF9CF1;
}
</style>