Shades of Wisteria #CF9EF2
Tints of Wisteria #CF9EF2
RGB
CMYK
RGB Variations
Color information
#CF9EF2 (or 0xCF9EF2) is known color: Wisteria. HEX triplet: CF, 9E and F2. RGB value is (207,158,242). Sum of RGB (Red+Green+Blue) = 207+158+242=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EF2 is #30610D. Grayscale: #B5B5B5. Windows color (decimal): -3170574 or 15900367. OLE color: 15900367.
HSL color Cylindrical-coordinate representation of color #CF9EF2: hue angle of 275º degrees, saturation: 0.76, 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 #CF9EF2 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 158 | 242 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.05 |
| HSL | 275º | 0.76% | 0.78% | - |
| HSV(B) | 275º | 0.35% | 0.95% | - |
| XYZ | 53.99 | 44.13 | 89.68 | - |
| YUV | 182.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 242 | 0.14 | 0.35 | 0 | 0.05 | 275 | 0.76 | 0.78 |
| Hex | CF | 9E | F2 | E | 23 | 0 | 5 | 113 | 4C | 4E |
| Octal | 317 | 236 | 362 | 16 | 43 | 0 | 5 | 423 | 114 | 116 |
| Binary | 11001111 | 10011110 | 11110010 | 1110 | 100011 | 0 | 101 | 100010011 | 1001100 | 1001110 |
Color Harmonies of #CF9EF2
Complementary color
Monochromatic Colors of #CF9EF2
Black with #CF9EF2
Text Example
Text Example
White with #CF9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EF2; }
p { color: rgb(207,158,242); }
H1.HeaderClassName
{
color: #CF9EF2;
}
.AnyTagClassName
{
color: #CF9EF2;
}
</style>
background-color css
<style>
a { background-color: #CF9EF2; }
a { background-color: rgb(207,158,242); }
div.DivClassName
{
background-color: #CF9EF2;
}
.BgClassName
{
background-color: #CF9EF2;
}
</style>
border-color css
<style>
span { border-color: #CF9EF2; }
span { border-color: rgb(207,158,242); }
td.TdClassName
{
border-color: #CF9EF2;
}
.TagClassName
{
border-color: #CF9EF2;
}
</style>