Shades of Medium Orchid #CF47F9
Tints of Medium Orchid #CF47F9
RGB
CMYK
RGB Variations
Color information
#CF47F9 (or 0xCF47F9) is known color: Medium Orchid. HEX triplet: CF, 47 and F9. RGB value is (207,71,249). Sum of RGB (Red+Green+Blue) = 207+71+249=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF47F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47F9 is #30B806. Grayscale: #838383. Windows color (decimal): -3192839 or 16336847. OLE color: 16336847.
HSL color Cylindrical-coordinate representation of color #CF47F9: hue angle of 285.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF47F9 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 71 | 249 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.02 |
| HSL | 285.84º | 0.94% | 0.63% | - |
| HSV(B) | 285.84º | 0.71% | 0.98% | - |
| XYZ | 45.08 | 24.61 | 92 | - |
| YUV | 131.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 249 | 0.17 | 0.71 | 0 | 0.02 | 285.84 | 0.94 | 0.63 |
| Hex | CF | 47 | F9 | 11 | 47 | 0 | 2 | 11E | 5E | 3F |
| Octal | 317 | 107 | 371 | 21 | 107 | 0 | 2 | 436 | 136 | 77 |
| Binary | 11001111 | 1000111 | 11111001 | 10001 | 1000111 | 0 | 10 | 100011110 | 1011110 | 111111 |
Color Harmonies of #CF47F9
Complementary color
Monochromatic Colors of #CF47F9
Black with #CF47F9
Text Example
Text Example
White with #CF47F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47F9; }
p { color: rgb(207,71,249); }
H1.HeaderClassName
{
color: #CF47F9;
}
.AnyTagClassName
{
color: #CF47F9;
}
</style>
background-color css
<style>
a { background-color: #CF47F9; }
a { background-color: rgb(207,71,249); }
div.DivClassName
{
background-color: #CF47F9;
}
.BgClassName
{
background-color: #CF47F9;
}
</style>
border-color css
<style>
span { border-color: #CF47F9; }
span { border-color: rgb(207,71,249); }
td.TdClassName
{
border-color: #CF47F9;
}
.TagClassName
{
border-color: #CF47F9;
}
</style>