Shades of Wisteria #CF95EC
Tints of Wisteria #CF95EC
RGB
CMYK
RGB Variations
Color information
#CF95EC (or 0xCF95EC) is known color: Wisteria. HEX triplet: CF, 95 and EC. RGB value is (207,149,236). Sum of RGB (Red+Green+Blue) = 207+149+236=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95EC is #306A13. Grayscale: #AFAFAF. Windows color (decimal): -3172884 or 15504847. OLE color: 15504847.
HSL color Cylindrical-coordinate representation of color #CF95EC: hue angle of 280º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF95EC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 149 | 236 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.07 |
| HSL | 280º | 0.7% | 0.75% | - |
| HSV(B) | 280º | 0.37% | 0.93% | - |
| XYZ | 51.62 | 40.82 | 84.51 | - |
| YUV | 176.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 236 | 0.12 | 0.37 | 0 | 0.07 | 280 | 0.7 | 0.75 |
| Hex | CF | 95 | EC | C | 25 | 0 | 7 | 118 | 46 | 4B |
| Octal | 317 | 225 | 354 | 14 | 45 | 0 | 7 | 430 | 106 | 113 |
| Binary | 11001111 | 10010101 | 11101100 | 1100 | 100101 | 0 | 111 | 100011000 | 1000110 | 1001011 |
Color Harmonies of #CF95EC
Complementary color
Monochromatic Colors of #CF95EC
Black with #CF95EC
Text Example
Text Example
White with #CF95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95EC; }
p { color: rgb(207,149,236); }
H1.HeaderClassName
{
color: #CF95EC;
}
.AnyTagClassName
{
color: #CF95EC;
}
</style>
background-color css
<style>
a { background-color: #CF95EC; }
a { background-color: rgb(207,149,236); }
div.DivClassName
{
background-color: #CF95EC;
}
.BgClassName
{
background-color: #CF95EC;
}
</style>
border-color css
<style>
span { border-color: #CF95EC; }
span { border-color: rgb(207,149,236); }
td.TdClassName
{
border-color: #CF95EC;
}
.TagClassName
{
border-color: #CF95EC;
}
</style>