Shades of Medium Orchid #CF56DD
Tints of Medium Orchid #CF56DD
RGB
CMYK
RGB Variations
Color information
#CF56DD (or 0xCF56DD) is known color: Medium Orchid. HEX triplet: CF, 56 and DD. RGB value is (207,86,221). Sum of RGB (Red+Green+Blue) = 207+86+221=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56DD is #30A922. Grayscale: #898989. Windows color (decimal): -3189027 or 14505679. OLE color: 14505679.
HSL color Cylindrical-coordinate representation of color #CF56DD: hue angle of 293.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF56DD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 86 | 221 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.13 |
| HSL | 293.78º | 0.67% | 0.6% | - |
| HSV(B) | 293.78º | 0.61% | 0.87% | - |
| XYZ | 42.11 | 25.14 | 71.04 | - |
| YUV | 137.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 221 | 0.06 | 0.61 | 0 | 0.13 | 293.78 | 0.67 | 0.6 |
| Hex | CF | 56 | DD | 6 | 3D | 0 | D | 126 | 43 | 3C |
| Octal | 317 | 126 | 335 | 6 | 75 | 0 | 15 | 446 | 103 | 74 |
| Binary | 11001111 | 1010110 | 11011101 | 110 | 111101 | 0 | 1101 | 100100110 | 1000011 | 111100 |
Color Harmonies of #CF56DD
Complementary color
Monochromatic Colors of #CF56DD
Black with #CF56DD
Text Example
Text Example
White with #CF56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56DD; }
p { color: rgb(207,86,221); }
H1.HeaderClassName
{
color: #CF56DD;
}
.AnyTagClassName
{
color: #CF56DD;
}
</style>
background-color css
<style>
a { background-color: #CF56DD; }
a { background-color: rgb(207,86,221); }
div.DivClassName
{
background-color: #CF56DD;
}
.BgClassName
{
background-color: #CF56DD;
}
</style>
border-color css
<style>
span { border-color: #CF56DD; }
span { border-color: rgb(207,86,221); }
td.TdClassName
{
border-color: #CF56DD;
}
.TagClassName
{
border-color: #CF56DD;
}
</style>