Shades of Medium Orchid #CF4EEF
Tints of Medium Orchid #CF4EEF
RGB
CMYK
RGB Variations
Color information
#CF4EEF (or 0xCF4EEF) is known color: Medium Orchid. HEX triplet: CF, 4E and EF. RGB value is (207,78,239). Sum of RGB (Red+Green+Blue) = 207+78+239=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEF is #30B110. Grayscale: #868686. Windows color (decimal): -3191057 or 15683279. OLE color: 15683279.
HSL color Cylindrical-coordinate representation of color #CF4EEF: hue angle of 288.07º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4EEF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 78 | 239 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.06 |
| HSL | 288.07º | 0.83% | 0.62% | - |
| HSV(B) | 288.07º | 0.67% | 0.94% | - |
| XYZ | 44.04 | 24.95 | 84.16 | - |
| YUV | 134.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 239 | 0.13 | 0.67 | 0 | 0.06 | 288.07 | 0.83 | 0.62 |
| Hex | CF | 4E | EF | D | 43 | 0 | 6 | 120 | 53 | 3E |
| Octal | 317 | 116 | 357 | 15 | 103 | 0 | 6 | 440 | 123 | 76 |
| Binary | 11001111 | 1001110 | 11101111 | 1101 | 1000011 | 0 | 110 | 100100000 | 1010011 | 111110 |
Color Harmonies of #CF4EEF
Complementary color
Monochromatic Colors of #CF4EEF
Black with #CF4EEF
Text Example
Text Example
White with #CF4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EEF; }
p { color: rgb(207,78,239); }
H1.HeaderClassName
{
color: #CF4EEF;
}
.AnyTagClassName
{
color: #CF4EEF;
}
</style>
background-color css
<style>
a { background-color: #CF4EEF; }
a { background-color: rgb(207,78,239); }
div.DivClassName
{
background-color: #CF4EEF;
}
.BgClassName
{
background-color: #CF4EEF;
}
</style>
border-color css
<style>
span { border-color: #CF4EEF; }
span { border-color: rgb(207,78,239); }
td.TdClassName
{
border-color: #CF4EEF;
}
.TagClassName
{
border-color: #CF4EEF;
}
</style>