Shades of Medium Orchid #CF51EC
Tints of Medium Orchid #CF51EC
RGB
CMYK
RGB Variations
Color information
#CF51EC (or 0xCF51EC) is known color: Medium Orchid. HEX triplet: CF, 51 and EC. RGB value is (207,81,236). Sum of RGB (Red+Green+Blue) = 207+81+236=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51EC is #30AE13. Grayscale: #878787. Windows color (decimal): -3190292 or 15487439. OLE color: 15487439.
HSL color Cylindrical-coordinate representation of color #CF51EC: hue angle of 288.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51EC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 81 | 236 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 288.77º | 0.8% | 0.62% | - |
| HSV(B) | 288.77º | 0.66% | 0.93% | - |
| XYZ | 43.81 | 25.21 | 81.91 | - |
| YUV | 136.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 236 | 0.12 | 0.66 | 0 | 0.07 | 288.77 | 0.8 | 0.62 |
| Hex | CF | 51 | EC | C | 42 | 0 | 7 | 121 | 50 | 3E |
| Octal | 317 | 121 | 354 | 14 | 102 | 0 | 7 | 441 | 120 | 76 |
| Binary | 11001111 | 1010001 | 11101100 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010000 | 111110 |
Color Harmonies of #CF51EC
Complementary color
Monochromatic Colors of #CF51EC
Black with #CF51EC
Text Example
Text Example
White with #CF51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51EC; }
p { color: rgb(207,81,236); }
H1.HeaderClassName
{
color: #CF51EC;
}
.AnyTagClassName
{
color: #CF51EC;
}
</style>
background-color css
<style>
a { background-color: #CF51EC; }
a { background-color: rgb(207,81,236); }
div.DivClassName
{
background-color: #CF51EC;
}
.BgClassName
{
background-color: #CF51EC;
}
</style>
border-color css
<style>
span { border-color: #CF51EC; }
span { border-color: rgb(207,81,236); }
td.TdClassName
{
border-color: #CF51EC;
}
.TagClassName
{
border-color: #CF51EC;
}
</style>