Shades of Medium Orchid #CF54EE
Tints of Medium Orchid #CF54EE
RGB
CMYK
RGB Variations
Color information
#CF54EE (or 0xCF54EE) is known color: Medium Orchid. HEX triplet: CF, 54 and EE. RGB value is (207,84,238). Sum of RGB (Red+Green+Blue) = 207+84+238=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54EE is #30AB11. Grayscale: #898989. Windows color (decimal): -3189522 or 15619279. OLE color: 15619279.
HSL color Cylindrical-coordinate representation of color #CF54EE: hue angle of 287.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF54EE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 84 | 238 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 287.92º | 0.82% | 0.63% | - |
| HSV(B) | 287.92º | 0.65% | 0.93% | - |
| XYZ | 44.34 | 25.78 | 83.53 | - |
| YUV | 138.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 238 | 0.13 | 0.65 | 0 | 0.07 | 287.92 | 0.82 | 0.63 |
| Hex | CF | 54 | EE | D | 41 | 0 | 7 | 120 | 52 | 3F |
| Octal | 317 | 124 | 356 | 15 | 101 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11001111 | 1010100 | 11101110 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #CF54EE
Complementary color
Monochromatic Colors of #CF54EE
Black with #CF54EE
Text Example
Text Example
White with #CF54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54EE; }
p { color: rgb(207,84,238); }
H1.HeaderClassName
{
color: #CF54EE;
}
.AnyTagClassName
{
color: #CF54EE;
}
</style>
background-color css
<style>
a { background-color: #CF54EE; }
a { background-color: rgb(207,84,238); }
div.DivClassName
{
background-color: #CF54EE;
}
.BgClassName
{
background-color: #CF54EE;
}
</style>
border-color css
<style>
span { border-color: #CF54EE; }
span { border-color: rgb(207,84,238); }
td.TdClassName
{
border-color: #CF54EE;
}
.TagClassName
{
border-color: #CF54EE;
}
</style>