Shades of Medium Orchid #CF59DF
Tints of Medium Orchid #CF59DF
RGB
CMYK
RGB Variations
Color information
#CF59DF (or 0xCF59DF) is known color: Medium Orchid. HEX triplet: CF, 59 and DF. RGB value is (207,89,223). Sum of RGB (Red+Green+Blue) = 207+89+223=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59DF is #30A620. Grayscale: #8B8B8B. Windows color (decimal): -3188257 or 14637519. OLE color: 14637519.
HSL color Cylindrical-coordinate representation of color #CF59DF: hue angle of 292.84º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF59DF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 89 | 223 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.13 |
| HSL | 292.84º | 0.68% | 0.61% | - |
| HSV(B) | 292.84º | 0.6% | 0.87% | - |
| XYZ | 42.62 | 25.74 | 72.53 | - |
| YUV | 139.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 223 | 0.07 | 0.60 | 0 | 0.13 | 292.84 | 0.68 | 0.61 |
| Hex | CF | 59 | DF | 7 | 3C | 0 | D | 125 | 44 | 3D |
| Octal | 317 | 131 | 337 | 7 | 74 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11001111 | 1011001 | 11011111 | 111 | 111100 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #CF59DF
Complementary color
Monochromatic Colors of #CF59DF
Black with #CF59DF
Text Example
Text Example
White with #CF59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59DF; }
p { color: rgb(207,89,223); }
H1.HeaderClassName
{
color: #CF59DF;
}
.AnyTagClassName
{
color: #CF59DF;
}
</style>
background-color css
<style>
a { background-color: #CF59DF; }
a { background-color: rgb(207,89,223); }
div.DivClassName
{
background-color: #CF59DF;
}
.BgClassName
{
background-color: #CF59DF;
}
</style>
border-color css
<style>
span { border-color: #CF59DF; }
span { border-color: rgb(207,89,223); }
td.TdClassName
{
border-color: #CF59DF;
}
.TagClassName
{
border-color: #CF59DF;
}
</style>