Shades of Medium Orchid #CF4EEC
Tints of Medium Orchid #CF4EEC
RGB
CMYK
RGB Variations
Color information
#CF4EEC (or 0xCF4EEC) is known color: Medium Orchid. HEX triplet: CF, 4E and EC. RGB value is (207,78,236). Sum of RGB (Red+Green+Blue) = 207+78+236=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEC is #30B113. Grayscale: #868686. Windows color (decimal): -3191060 or 15486671. OLE color: 15486671.
HSL color Cylindrical-coordinate representation of color #CF4EEC: hue angle of 288.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4EEC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 78 | 236 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.07 |
| HSL | 288.99º | 0.81% | 0.62% | - |
| HSV(B) | 288.99º | 0.67% | 0.93% | - |
| XYZ | 43.6 | 24.77 | 81.84 | - |
| YUV | 134.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 236 | 0.12 | 0.67 | 0 | 0.07 | 288.99 | 0.81 | 0.62 |
| Hex | CF | 4E | EC | C | 43 | 0 | 7 | 121 | 51 | 3E |
| Octal | 317 | 116 | 354 | 14 | 103 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11001111 | 1001110 | 11101100 | 1100 | 1000011 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #CF4EEC
Complementary color
Monochromatic Colors of #CF4EEC
Black with #CF4EEC
Text Example
Text Example
White with #CF4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EEC; }
p { color: rgb(207,78,236); }
H1.HeaderClassName
{
color: #CF4EEC;
}
.AnyTagClassName
{
color: #CF4EEC;
}
</style>
background-color css
<style>
a { background-color: #CF4EEC; }
a { background-color: rgb(207,78,236); }
div.DivClassName
{
background-color: #CF4EEC;
}
.BgClassName
{
background-color: #CF4EEC;
}
</style>
border-color css
<style>
span { border-color: #CF4EEC; }
span { border-color: rgb(207,78,236); }
td.TdClassName
{
border-color: #CF4EEC;
}
.TagClassName
{
border-color: #CF4EEC;
}
</style>