Shades of Medium Orchid #CF58EC
Tints of Medium Orchid #CF58EC
RGB
CMYK
RGB Variations
Color information
#CF58EC (or 0xCF58EC) is known color: Medium Orchid. HEX triplet: CF, 58 and EC. RGB value is (207,88,236). Sum of RGB (Red+Green+Blue) = 207+88+236=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58EC is #30A713. Grayscale: #8B8B8B. Windows color (decimal): -3188500 or 15489231. OLE color: 15489231.
HSL color Cylindrical-coordinate representation of color #CF58EC: hue angle of 288.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF58EC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 88 | 236 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.07 |
| HSL | 288.24º | 0.8% | 0.64% | - |
| HSV(B) | 288.24º | 0.63% | 0.93% | - |
| XYZ | 44.36 | 26.3 | 82.1 | - |
| YUV | 140.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 236 | 0.12 | 0.63 | 0 | 0.07 | 288.24 | 0.8 | 0.64 |
| Hex | CF | 58 | EC | C | 3F | 0 | 7 | 120 | 50 | 40 |
| Octal | 317 | 130 | 354 | 14 | 77 | 0 | 7 | 440 | 120 | 100 |
| Binary | 11001111 | 1011000 | 11101100 | 1100 | 111111 | 0 | 111 | 100100000 | 1010000 | 1000000 |
Color Harmonies of #CF58EC
Complementary color
Monochromatic Colors of #CF58EC
Black with #CF58EC
Text Example
Text Example
White with #CF58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58EC; }
p { color: rgb(207,88,236); }
H1.HeaderClassName
{
color: #CF58EC;
}
.AnyTagClassName
{
color: #CF58EC;
}
</style>
background-color css
<style>
a { background-color: #CF58EC; }
a { background-color: rgb(207,88,236); }
div.DivClassName
{
background-color: #CF58EC;
}
.BgClassName
{
background-color: #CF58EC;
}
</style>
border-color css
<style>
span { border-color: #CF58EC; }
span { border-color: rgb(207,88,236); }
td.TdClassName
{
border-color: #CF58EC;
}
.TagClassName
{
border-color: #CF58EC;
}
</style>