Shades of Wisteria #CF92EC
Tints of Wisteria #CF92EC
RGB
CMYK
RGB Variations
Color information
#CF92EC (or 0xCF92EC) is known color: Wisteria. HEX triplet: CF, 92 and EC. RGB value is (207,146,236). Sum of RGB (Red+Green+Blue) = 207+146+236=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92EC is #306D13. Grayscale: #AEAEAE. Windows color (decimal): -3173652 or 15504079. OLE color: 15504079.
HSL color Cylindrical-coordinate representation of color #CF92EC: hue angle of 280.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF92EC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 146 | 236 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.07 |
| HSL | 280.67º | 0.7% | 0.75% | - |
| HSV(B) | 280.67º | 0.38% | 0.93% | - |
| XYZ | 51.15 | 39.88 | 84.36 | - |
| YUV | 174.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 236 | 0.12 | 0.38 | 0 | 0.07 | 280.67 | 0.7 | 0.75 |
| Hex | CF | 92 | EC | C | 26 | 0 | 7 | 119 | 46 | 4B |
| Octal | 317 | 222 | 354 | 14 | 46 | 0 | 7 | 431 | 106 | 113 |
| Binary | 11001111 | 10010010 | 11101100 | 1100 | 100110 | 0 | 111 | 100011001 | 1000110 | 1001011 |
Color Harmonies of #CF92EC
Complementary color
Monochromatic Colors of #CF92EC
Black with #CF92EC
Text Example
Text Example
White with #CF92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92EC; }
p { color: rgb(207,146,236); }
H1.HeaderClassName
{
color: #CF92EC;
}
.AnyTagClassName
{
color: #CF92EC;
}
</style>
background-color css
<style>
a { background-color: #CF92EC; }
a { background-color: rgb(207,146,236); }
div.DivClassName
{
background-color: #CF92EC;
}
.BgClassName
{
background-color: #CF92EC;
}
</style>
border-color css
<style>
span { border-color: #CF92EC; }
span { border-color: rgb(207,146,236); }
td.TdClassName
{
border-color: #CF92EC;
}
.TagClassName
{
border-color: #CF92EC;
}
</style>