Shades of Medium Orchid #CF59DD
Tints of Medium Orchid #CF59DD
RGB
CMYK
RGB Variations
Color information
#CF59DD (or 0xCF59DD) is known color: Medium Orchid. HEX triplet: CF, 59 and DD. RGB value is (207,89,221). Sum of RGB (Red+Green+Blue) = 207+89+221=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59DD is #30A622. Grayscale: #8A8A8A. Windows color (decimal): -3188259 or 14506447. OLE color: 14506447.
HSL color Cylindrical-coordinate representation of color #CF59DD: hue angle of 293.64º degrees, saturation: 0.66, 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 #CF59DD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 89 | 221 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.13 |
| HSL | 293.64º | 0.66% | 0.61% | - |
| HSV(B) | 293.64º | 0.6% | 0.87% | - |
| XYZ | 42.36 | 25.63 | 71.12 | - |
| YUV | 139.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 221 | 0.06 | 0.60 | 0 | 0.13 | 293.64 | 0.66 | 0.61 |
| Hex | CF | 59 | DD | 6 | 3C | 0 | D | 126 | 42 | 3D |
| Octal | 317 | 131 | 335 | 6 | 74 | 0 | 15 | 446 | 102 | 75 |
| Binary | 11001111 | 1011001 | 11011101 | 110 | 111100 | 0 | 1101 | 100100110 | 1000010 | 111101 |
Color Harmonies of #CF59DD
Complementary color
Monochromatic Colors of #CF59DD
Black with #CF59DD
Text Example
Text Example
White with #CF59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59DD; }
p { color: rgb(207,89,221); }
H1.HeaderClassName
{
color: #CF59DD;
}
.AnyTagClassName
{
color: #CF59DD;
}
</style>
background-color css
<style>
a { background-color: #CF59DD; }
a { background-color: rgb(207,89,221); }
div.DivClassName
{
background-color: #CF59DD;
}
.BgClassName
{
background-color: #CF59DD;
}
</style>
border-color css
<style>
span { border-color: #CF59DD; }
span { border-color: rgb(207,89,221); }
td.TdClassName
{
border-color: #CF59DD;
}
.TagClassName
{
border-color: #CF59DD;
}
</style>