Shades of Medium Orchid #CF39EC
Tints of Medium Orchid #CF39EC
RGB
CMYK
RGB Variations
Color information
#CF39EC (or 0xCF39EC) is known color: Medium Orchid. HEX triplet: CF, 39 and EC. RGB value is (207,57,236). Sum of RGB (Red+Green+Blue) = 207+57+236=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF39EC is #30C613. Grayscale: #797979. Windows color (decimal): -3196436 or 15481295. OLE color: 15481295.
HSL color Cylindrical-coordinate representation of color #CF39EC: hue angle of 290.28º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF39EC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 57 | 236 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.07 |
| HSL | 290.28º | 0.82% | 0.57% | - |
| HSV(B) | 290.28º | 0.76% | 0.93% | - |
| XYZ | 42.34 | 22.25 | 81.42 | - |
| YUV | 122.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 236 | 0.12 | 0.76 | 0 | 0.07 | 290.28 | 0.82 | 0.57 |
| Hex | CF | 39 | EC | C | 4C | 0 | 7 | 122 | 52 | 39 |
| Octal | 317 | 71 | 354 | 14 | 114 | 0 | 7 | 442 | 122 | 71 |
| Binary | 11001111 | 111001 | 11101100 | 1100 | 1001100 | 0 | 111 | 100100010 | 1010010 | 111001 |
Color Harmonies of #CF39EC
Complementary color
Monochromatic Colors of #CF39EC
Black with #CF39EC
Text Example
Text Example
White with #CF39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39EC; }
p { color: rgb(207,57,236); }
H1.HeaderClassName
{
color: #CF39EC;
}
.AnyTagClassName
{
color: #CF39EC;
}
</style>
background-color css
<style>
a { background-color: #CF39EC; }
a { background-color: rgb(207,57,236); }
div.DivClassName
{
background-color: #CF39EC;
}
.BgClassName
{
background-color: #CF39EC;
}
</style>
border-color css
<style>
span { border-color: #CF39EC; }
span { border-color: rgb(207,57,236); }
td.TdClassName
{
border-color: #CF39EC;
}
.TagClassName
{
border-color: #CF39EC;
}
</style>