Shades of Medium Orchid #CF47DE
Tints of Medium Orchid #CF47DE
RGB
CMYK
RGB Variations
Color information
#CF47DE (or 0xCF47DE) is known color: Medium Orchid. HEX triplet: CF, 47 and DE. RGB value is (207,71,222). Sum of RGB (Red+Green+Blue) = 207+71+222=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF47DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DE is #30B821. Grayscale: #808080. Windows color (decimal): -3192866 or 14567375. OLE color: 14567375.
HSL color Cylindrical-coordinate representation of color #CF47DE: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF47DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 71 | 222 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 294.04º | 0.7% | 0.57% | - |
| HSV(B) | 294.04º | 0.68% | 0.87% | - |
| XYZ | 41.17 | 23.05 | 71.39 | - |
| YUV | 128.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 222 | 0.07 | 0.68 | 0 | 0.13 | 294.04 | 0.7 | 0.57 |
| Hex | CF | 47 | DE | 7 | 44 | 0 | D | 126 | 46 | 39 |
| Octal | 317 | 107 | 336 | 7 | 104 | 0 | 15 | 446 | 106 | 71 |
| Binary | 11001111 | 1000111 | 11011110 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111001 |
Color Harmonies of #CF47DE
Complementary color
Monochromatic Colors of #CF47DE
Black with #CF47DE
Text Example
Text Example
White with #CF47DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47DE; }
p { color: rgb(207,71,222); }
H1.HeaderClassName
{
color: #CF47DE;
}
.AnyTagClassName
{
color: #CF47DE;
}
</style>
background-color css
<style>
a { background-color: #CF47DE; }
a { background-color: rgb(207,71,222); }
div.DivClassName
{
background-color: #CF47DE;
}
.BgClassName
{
background-color: #CF47DE;
}
</style>
border-color css
<style>
span { border-color: #CF47DE; }
span { border-color: rgb(207,71,222); }
td.TdClassName
{
border-color: #CF47DE;
}
.TagClassName
{
border-color: #CF47DE;
}
</style>