Shades of Medium Orchid #CF56DF
Tints of Medium Orchid #CF56DF
RGB
CMYK
RGB Variations
Color information
#CF56DF (or 0xCF56DF) is known color: Medium Orchid. HEX triplet: CF, 56 and DF. RGB value is (207,86,223). Sum of RGB (Red+Green+Blue) = 207+86+223=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56DF is #30A920. Grayscale: #898989. Windows color (decimal): -3189025 or 14636751. OLE color: 14636751.
HSL color Cylindrical-coordinate representation of color #CF56DF: hue angle of 292.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF56DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 86 | 223 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.13 |
| HSL | 292.99º | 0.68% | 0.61% | - |
| HSV(B) | 292.99º | 0.61% | 0.87% | - |
| XYZ | 42.38 | 25.25 | 72.45 | - |
| YUV | 137.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 223 | 0.07 | 0.61 | 0 | 0.13 | 292.99 | 0.68 | 0.61 |
| Hex | CF | 56 | DF | 7 | 3D | 0 | D | 125 | 44 | 3D |
| Octal | 317 | 126 | 337 | 7 | 75 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11001111 | 1010110 | 11011111 | 111 | 111101 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #CF56DF
Complementary color
Monochromatic Colors of #CF56DF
Black with #CF56DF
Text Example
Text Example
White with #CF56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56DF; }
p { color: rgb(207,86,223); }
H1.HeaderClassName
{
color: #CF56DF;
}
.AnyTagClassName
{
color: #CF56DF;
}
</style>
background-color css
<style>
a { background-color: #CF56DF; }
a { background-color: rgb(207,86,223); }
div.DivClassName
{
background-color: #CF56DF;
}
.BgClassName
{
background-color: #CF56DF;
}
</style>
border-color css
<style>
span { border-color: #CF56DF; }
span { border-color: rgb(207,86,223); }
td.TdClassName
{
border-color: #CF56DF;
}
.TagClassName
{
border-color: #CF56DF;
}
</style>