Shades of Medium Orchid #CF54DF
Tints of Medium Orchid #CF54DF
RGB
CMYK
RGB Variations
Color information
#CF54DF (or 0xCF54DF) is known color: Medium Orchid. HEX triplet: CF, 54 and DF. RGB value is (207,84,223). Sum of RGB (Red+Green+Blue) = 207+84+223=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54DF is #30AB20. Grayscale: #888888. Windows color (decimal): -3189537 or 14636239. OLE color: 14636239.
HSL color Cylindrical-coordinate representation of color #CF54DF: hue angle of 293.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF54DF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 84 | 223 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.13 |
| HSL | 293.09º | 0.68% | 0.6% | - |
| HSV(B) | 293.09º | 0.62% | 0.87% | - |
| XYZ | 42.22 | 24.93 | 72.4 | - |
| YUV | 136.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 223 | 0.07 | 0.62 | 0 | 0.13 | 293.09 | 0.68 | 0.6 |
| Hex | CF | 54 | DF | 7 | 3E | 0 | D | 125 | 44 | 3C |
| Octal | 317 | 124 | 337 | 7 | 76 | 0 | 15 | 445 | 104 | 74 |
| Binary | 11001111 | 1010100 | 11011111 | 111 | 111110 | 0 | 1101 | 100100101 | 1000100 | 111100 |
Color Harmonies of #CF54DF
Complementary color
Monochromatic Colors of #CF54DF
Black with #CF54DF
Text Example
Text Example
White with #CF54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54DF; }
p { color: rgb(207,84,223); }
H1.HeaderClassName
{
color: #CF54DF;
}
.AnyTagClassName
{
color: #CF54DF;
}
</style>
background-color css
<style>
a { background-color: #CF54DF; }
a { background-color: rgb(207,84,223); }
div.DivClassName
{
background-color: #CF54DF;
}
.BgClassName
{
background-color: #CF54DF;
}
</style>
border-color css
<style>
span { border-color: #CF54DF; }
span { border-color: rgb(207,84,223); }
td.TdClassName
{
border-color: #CF54DF;
}
.TagClassName
{
border-color: #CF54DF;
}
</style>