Shades of Wisteria #CF95DC
Tints of Wisteria #CF95DC
RGB
CMYK
RGB Variations
Color information
#CF95DC (or 0xCF95DC) is known color: Wisteria. HEX triplet: CF, 95 and DC. RGB value is (207,149,220). Sum of RGB (Red+Green+Blue) = 207+149+220=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95DC is #306A23. Grayscale: #AEAEAE. Windows color (decimal): -3172900 or 14456271. OLE color: 14456271.
HSL color Cylindrical-coordinate representation of color #CF95DC: hue angle of 289.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF95DC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 149 | 220 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.14 |
| HSL | 289.01º | 0.5% | 0.72% | - |
| HSV(B) | 289.01º | 0.32% | 0.86% | - |
| XYZ | 49.4 | 39.93 | 72.81 | - |
| YUV | 174.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 220 | 0.06 | 0.32 | 0 | 0.14 | 289.01 | 0.5 | 0.72 |
| Hex | CF | 95 | DC | 6 | 20 | 0 | E | 121 | 32 | 48 |
| Octal | 317 | 225 | 334 | 6 | 40 | 0 | 16 | 441 | 62 | 110 |
| Binary | 11001111 | 10010101 | 11011100 | 110 | 100000 | 0 | 1110 | 100100001 | 110010 | 1001000 |
Color Harmonies of #CF95DC
Complementary color
Monochromatic Colors of #CF95DC
Black with #CF95DC
Text Example
Text Example
White with #CF95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95DC; }
p { color: rgb(207,149,220); }
H1.HeaderClassName
{
color: #CF95DC;
}
.AnyTagClassName
{
color: #CF95DC;
}
</style>
background-color css
<style>
a { background-color: #CF95DC; }
a { background-color: rgb(207,149,220); }
div.DivClassName
{
background-color: #CF95DC;
}
.BgClassName
{
background-color: #CF95DC;
}
</style>
border-color css
<style>
span { border-color: #CF95DC; }
span { border-color: rgb(207,149,220); }
td.TdClassName
{
border-color: #CF95DC;
}
.TagClassName
{
border-color: #CF95DC;
}
</style>