Shades of Medium Orchid #CF51DF
Tints of Medium Orchid #CF51DF
RGB
CMYK
RGB Variations
Color information
#CF51DF (or 0xCF51DF) is known color: Medium Orchid. HEX triplet: CF, 51 and DF. RGB value is (207,81,223). Sum of RGB (Red+Green+Blue) = 207+81+223=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DF is #30AE20. Grayscale: #868686. Windows color (decimal): -3190305 or 14635471. OLE color: 14635471.
HSL color Cylindrical-coordinate representation of color #CF51DF: hue angle of 293.24º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF51DF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 81 | 223 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.24º | 0.69% | 0.6% | - |
| HSV(B) | 293.24º | 0.64% | 0.87% | - |
| XYZ | 41.99 | 24.48 | 72.32 | - |
| YUV | 134.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 223 | 0.07 | 0.64 | 0 | 0.13 | 293.24 | 0.69 | 0.6 |
| Hex | CF | 51 | DF | 7 | 40 | 0 | D | 125 | 45 | 3C |
| Octal | 317 | 121 | 337 | 7 | 100 | 0 | 15 | 445 | 105 | 74 |
| Binary | 11001111 | 1010001 | 11011111 | 111 | 1000000 | 0 | 1101 | 100100101 | 1000101 | 111100 |
Color Harmonies of #CF51DF
Complementary color
Monochromatic Colors of #CF51DF
Black with #CF51DF
Text Example
Text Example
White with #CF51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51DF; }
p { color: rgb(207,81,223); }
H1.HeaderClassName
{
color: #CF51DF;
}
.AnyTagClassName
{
color: #CF51DF;
}
</style>
background-color css
<style>
a { background-color: #CF51DF; }
a { background-color: rgb(207,81,223); }
div.DivClassName
{
background-color: #CF51DF;
}
.BgClassName
{
background-color: #CF51DF;
}
</style>
border-color css
<style>
span { border-color: #CF51DF; }
span { border-color: rgb(207,81,223); }
td.TdClassName
{
border-color: #CF51DF;
}
.TagClassName
{
border-color: #CF51DF;
}
</style>