Shades of Medium Orchid #CF54EF
Tints of Medium Orchid #CF54EF
RGB
CMYK
RGB Variations
Color information
#CF54EF (or 0xCF54EF) is known color: Medium Orchid. HEX triplet: CF, 54 and EF. RGB value is (207,84,239). Sum of RGB (Red+Green+Blue) = 207+84+239=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54EF is #30AB10. Grayscale: #898989. Windows color (decimal): -3189521 or 15684815. OLE color: 15684815.
HSL color Cylindrical-coordinate representation of color #CF54EF: hue angle of 287.61º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF54EF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 84 | 239 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.06 |
| HSL | 287.61º | 0.83% | 0.63% | - |
| HSV(B) | 287.61º | 0.65% | 0.94% | - |
| XYZ | 44.48 | 25.84 | 84.3 | - |
| YUV | 138.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 239 | 0.13 | 0.65 | 0 | 0.06 | 287.61 | 0.83 | 0.63 |
| Hex | CF | 54 | EF | D | 41 | 0 | 6 | 120 | 53 | 3F |
| Octal | 317 | 124 | 357 | 15 | 101 | 0 | 6 | 440 | 123 | 77 |
| Binary | 11001111 | 1010100 | 11101111 | 1101 | 1000001 | 0 | 110 | 100100000 | 1010011 | 111111 |
Color Harmonies of #CF54EF
Complementary color
Monochromatic Colors of #CF54EF
Black with #CF54EF
Text Example
Text Example
White with #CF54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54EF; }
p { color: rgb(207,84,239); }
H1.HeaderClassName
{
color: #CF54EF;
}
.AnyTagClassName
{
color: #CF54EF;
}
</style>
background-color css
<style>
a { background-color: #CF54EF; }
a { background-color: rgb(207,84,239); }
div.DivClassName
{
background-color: #CF54EF;
}
.BgClassName
{
background-color: #CF54EF;
}
</style>
border-color css
<style>
span { border-color: #CF54EF; }
span { border-color: rgb(207,84,239); }
td.TdClassName
{
border-color: #CF54EF;
}
.TagClassName
{
border-color: #CF54EF;
}
</style>