Shades of Wisteria #CF96F0
Tints of Wisteria #CF96F0
RGB
CMYK
RGB Variations
Color information
#CF96F0 (or 0xCF96F0) is known color: Wisteria. HEX triplet: CF, 96 and F0. RGB value is (207,150,240). Sum of RGB (Red+Green+Blue) = 207+150+240=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96F0 is #30690F. Grayscale: #B1B1B1. Windows color (decimal): -3172624 or 15767247. OLE color: 15767247.
HSL color Cylindrical-coordinate representation of color #CF96F0: hue angle of 278º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF96F0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 150 | 240 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.06 |
| HSL | 278º | 0.75% | 0.76% | - |
| HSV(B) | 278º | 0.38% | 0.94% | - |
| XYZ | 52.37 | 41.37 | 87.66 | - |
| YUV | 177.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 240 | 0.14 | 0.37 | 0 | 0.06 | 278 | 0.75 | 0.76 |
| Hex | CF | 96 | F0 | E | 25 | 0 | 6 | 116 | 4B | 4C |
| Octal | 317 | 226 | 360 | 16 | 45 | 0 | 6 | 426 | 113 | 114 |
| Binary | 11001111 | 10010110 | 11110000 | 1110 | 100101 | 0 | 110 | 100010110 | 1001011 | 1001100 |
Color Harmonies of #CF96F0
Complementary color
Monochromatic Colors of #CF96F0
Black with #CF96F0
Text Example
Text Example
White with #CF96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96F0; }
p { color: rgb(207,150,240); }
H1.HeaderClassName
{
color: #CF96F0;
}
.AnyTagClassName
{
color: #CF96F0;
}
</style>
background-color css
<style>
a { background-color: #CF96F0; }
a { background-color: rgb(207,150,240); }
div.DivClassName
{
background-color: #CF96F0;
}
.BgClassName
{
background-color: #CF96F0;
}
</style>
border-color css
<style>
span { border-color: #CF96F0; }
span { border-color: rgb(207,150,240); }
td.TdClassName
{
border-color: #CF96F0;
}
.TagClassName
{
border-color: #CF96F0;
}
</style>