Shades of Medium Orchid #CF56EE
Tints of Medium Orchid #CF56EE
RGB
CMYK
RGB Variations
Color information
#CF56EE (or 0xCF56EE) is known color: Medium Orchid. HEX triplet: CF, 56 and EE. RGB value is (207,86,238). Sum of RGB (Red+Green+Blue) = 207+86+238=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56EE is #30A911. Grayscale: #8B8B8B. Windows color (decimal): -3189010 or 15619791. OLE color: 15619791.
HSL color Cylindrical-coordinate representation of color #CF56EE: hue angle of 287.76º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF56EE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 86 | 238 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.07 |
| HSL | 287.76º | 0.82% | 0.64% | - |
| HSV(B) | 287.76º | 0.64% | 0.93% | - |
| XYZ | 44.49 | 26.09 | 83.58 | - |
| YUV | 139.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 238 | 0.13 | 0.64 | 0 | 0.07 | 287.76 | 0.82 | 0.64 |
| Hex | CF | 56 | EE | D | 40 | 0 | 7 | 120 | 52 | 40 |
| Octal | 317 | 126 | 356 | 15 | 100 | 0 | 7 | 440 | 122 | 100 |
| Binary | 11001111 | 1010110 | 11101110 | 1101 | 1000000 | 0 | 111 | 100100000 | 1010010 | 1000000 |
Color Harmonies of #CF56EE
Complementary color
Monochromatic Colors of #CF56EE
Black with #CF56EE
Text Example
Text Example
White with #CF56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56EE; }
p { color: rgb(207,86,238); }
H1.HeaderClassName
{
color: #CF56EE;
}
.AnyTagClassName
{
color: #CF56EE;
}
</style>
background-color css
<style>
a { background-color: #CF56EE; }
a { background-color: rgb(207,86,238); }
div.DivClassName
{
background-color: #CF56EE;
}
.BgClassName
{
background-color: #CF56EE;
}
</style>
border-color css
<style>
span { border-color: #CF56EE; }
span { border-color: rgb(207,86,238); }
td.TdClassName
{
border-color: #CF56EE;
}
.TagClassName
{
border-color: #CF56EE;
}
</style>