Shades of Medium Orchid #CF46EE
Tints of Medium Orchid #CF46EE
RGB
CMYK
RGB Variations
Color information
#CF46EE (or 0xCF46EE) is known color: Medium Orchid. HEX triplet: CF, 46 and EE. RGB value is (207,70,238). Sum of RGB (Red+Green+Blue) = 207+70+238=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46EE is #30B911. Grayscale: #818181. Windows color (decimal): -3193106 or 15615695. OLE color: 15615695.
HSL color Cylindrical-coordinate representation of color #CF46EE: hue angle of 288.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF46EE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 70 | 238 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.07 |
| HSL | 288.93º | 0.83% | 0.6% | - |
| HSV(B) | 288.93º | 0.71% | 0.93% | - |
| XYZ | 43.35 | 23.82 | 83.2 | - |
| YUV | 130.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 238 | 0.13 | 0.71 | 0 | 0.07 | 288.93 | 0.83 | 0.6 |
| Hex | CF | 46 | EE | D | 47 | 0 | 7 | 121 | 53 | 3C |
| Octal | 317 | 106 | 356 | 15 | 107 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11001111 | 1000110 | 11101110 | 1101 | 1000111 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #CF46EE
Complementary color
Monochromatic Colors of #CF46EE
Black with #CF46EE
Text Example
Text Example
White with #CF46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46EE; }
p { color: rgb(207,70,238); }
H1.HeaderClassName
{
color: #CF46EE;
}
.AnyTagClassName
{
color: #CF46EE;
}
</style>
background-color css
<style>
a { background-color: #CF46EE; }
a { background-color: rgb(207,70,238); }
div.DivClassName
{
background-color: #CF46EE;
}
.BgClassName
{
background-color: #CF46EE;
}
</style>
border-color css
<style>
span { border-color: #CF46EE; }
span { border-color: rgb(207,70,238); }
td.TdClassName
{
border-color: #CF46EE;
}
.TagClassName
{
border-color: #CF46EE;
}
</style>