Shades of Wisteria #CF96DD
Tints of Wisteria #CF96DD
RGB
CMYK
RGB Variations
Color information
#CF96DD (or 0xCF96DD) is known color: Wisteria. HEX triplet: CF, 96 and DD. RGB value is (207,150,221). Sum of RGB (Red+Green+Blue) = 207+150+221=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96DD is #306922. Grayscale: #AEAEAE. Windows color (decimal): -3172643 or 14522063. OLE color: 14522063.
HSL color Cylindrical-coordinate representation of color #CF96DD: hue angle of 288.17º degrees, saturation: 0.51, 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 #CF96DD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 150 | 221 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.13 |
| HSL | 288.17º | 0.51% | 0.73% | - |
| HSV(B) | 288.17º | 0.32% | 0.87% | - |
| XYZ | 49.69 | 40.3 | 73.57 | - |
| YUV | 175.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 221 | 0.06 | 0.32 | 0 | 0.13 | 288.17 | 0.51 | 0.73 |
| Hex | CF | 96 | DD | 6 | 20 | 0 | D | 120 | 33 | 49 |
| Octal | 317 | 226 | 335 | 6 | 40 | 0 | 15 | 440 | 63 | 111 |
| Binary | 11001111 | 10010110 | 11011101 | 110 | 100000 | 0 | 1101 | 100100000 | 110011 | 1001001 |
Color Harmonies of #CF96DD
Complementary color
Monochromatic Colors of #CF96DD
Black with #CF96DD
Text Example
Text Example
White with #CF96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96DD; }
p { color: rgb(207,150,221); }
H1.HeaderClassName
{
color: #CF96DD;
}
.AnyTagClassName
{
color: #CF96DD;
}
</style>
background-color css
<style>
a { background-color: #CF96DD; }
a { background-color: rgb(207,150,221); }
div.DivClassName
{
background-color: #CF96DD;
}
.BgClassName
{
background-color: #CF96DD;
}
</style>
border-color css
<style>
span { border-color: #CF96DD; }
span { border-color: rgb(207,150,221); }
td.TdClassName
{
border-color: #CF96DD;
}
.TagClassName
{
border-color: #CF96DD;
}
</style>