Shades of Medium Orchid #CF31EC
Tints of Medium Orchid #CF31EC
RGB
CMYK
RGB Variations
Color information
#CF31EC (or 0xCF31EC) is known color: Medium Orchid. HEX triplet: CF, 31 and EC. RGB value is (207,49,236). Sum of RGB (Red+Green+Blue) = 207+49+236=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31EC is #30CE13. Grayscale: #747474. Windows color (decimal): -3198484 or 15479247. OLE color: 15479247.
HSL color Cylindrical-coordinate representation of color #CF31EC: hue angle of 290.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31EC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 49 | 236 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 290.7º | 0.83% | 0.56% | - |
| HSV(B) | 290.7º | 0.79% | 0.93% | - |
| XYZ | 41.97 | 21.52 | 81.3 | - |
| YUV | 117.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 236 | 0.12 | 0.79 | 0 | 0.07 | 290.7 | 0.83 | 0.56 |
| Hex | CF | 31 | EC | C | 4F | 0 | 7 | 123 | 53 | 38 |
| Octal | 317 | 61 | 354 | 14 | 117 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11001111 | 110001 | 11101100 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #CF31EC
Complementary color
Monochromatic Colors of #CF31EC
Black with #CF31EC
Text Example
Text Example
White with #CF31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31EC; }
p { color: rgb(207,49,236); }
H1.HeaderClassName
{
color: #CF31EC;
}
.AnyTagClassName
{
color: #CF31EC;
}
</style>
background-color css
<style>
a { background-color: #CF31EC; }
a { background-color: rgb(207,49,236); }
div.DivClassName
{
background-color: #CF31EC;
}
.BgClassName
{
background-color: #CF31EC;
}
</style>
border-color css
<style>
span { border-color: #CF31EC; }
span { border-color: rgb(207,49,236); }
td.TdClassName
{
border-color: #CF31EC;
}
.TagClassName
{
border-color: #CF31EC;
}
</style>