Shades of Medium Orchid #CF47DF
Tints of Medium Orchid #CF47DF
RGB
CMYK
RGB Variations
Color information
#CF47DF (or 0xCF47DF) is known color: Medium Orchid. HEX triplet: CF, 47 and DF. RGB value is (207,71,223). Sum of RGB (Red+Green+Blue) = 207+71+223=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DF is #30B820. Grayscale: #808080. Windows color (decimal): -3192865 or 14632911. OLE color: 14632911.
HSL color Cylindrical-coordinate representation of color #CF47DF: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF47DF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 71 | 223 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 293.68º | 0.7% | 0.58% | - |
| HSV(B) | 293.68º | 0.68% | 0.87% | - |
| XYZ | 41.3 | 23.1 | 72.09 | - |
| YUV | 128.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 223 | 0.07 | 0.68 | 0 | 0.13 | 293.68 | 0.7 | 0.58 |
| Hex | CF | 47 | DF | 7 | 44 | 0 | D | 126 | 46 | 3A |
| Octal | 317 | 107 | 337 | 7 | 104 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11001111 | 1000111 | 11011111 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #CF47DF
Complementary color
Monochromatic Colors of #CF47DF
Black with #CF47DF
Text Example
Text Example
White with #CF47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47DF; }
p { color: rgb(207,71,223); }
H1.HeaderClassName
{
color: #CF47DF;
}
.AnyTagClassName
{
color: #CF47DF;
}
</style>
background-color css
<style>
a { background-color: #CF47DF; }
a { background-color: rgb(207,71,223); }
div.DivClassName
{
background-color: #CF47DF;
}
.BgClassName
{
background-color: #CF47DF;
}
</style>
border-color css
<style>
span { border-color: #CF47DF; }
span { border-color: rgb(207,71,223); }
td.TdClassName
{
border-color: #CF47DF;
}
.TagClassName
{
border-color: #CF47DF;
}
</style>