Shades of Medium Orchid #CF49F0
Tints of Medium Orchid #CF49F0
RGB
CMYK
RGB Variations
Color information
#CF49F0 (or 0xCF49F0) is known color: Medium Orchid. HEX triplet: CF, 49 and F0. RGB value is (207,73,240). Sum of RGB (Red+Green+Blue) = 207+73+240=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F0 is #30B60F. Grayscale: #838383. Windows color (decimal): -3192336 or 15747535. OLE color: 15747535.
HSL color Cylindrical-coordinate representation of color #CF49F0: hue angle of 288.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF49F0 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 73 | 240 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.06 |
| HSL | 288.14º | 0.85% | 0.61% | - |
| HSV(B) | 288.14º | 0.7% | 0.94% | - |
| XYZ | 43.84 | 24.32 | 84.82 | - |
| YUV | 132.1 | 188.89 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 240 | 0.14 | 0.70 | 0 | 0.06 | 288.14 | 0.85 | 0.61 |
| Hex | CF | 49 | F0 | E | 46 | 0 | 6 | 120 | 55 | 3D |
| Octal | 317 | 111 | 360 | 16 | 106 | 0 | 6 | 440 | 125 | 75 |
| Binary | 11001111 | 1001001 | 11110000 | 1110 | 1000110 | 0 | 110 | 100100000 | 1010101 | 111101 |
Color Harmonies of #CF49F0
Complementary color
Monochromatic Colors of #CF49F0
Black with #CF49F0
Text Example
Text Example
White with #CF49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49F0; }
p { color: rgb(207,73,240); }
H1.HeaderClassName
{
color: #CF49F0;
}
.AnyTagClassName
{
color: #CF49F0;
}
</style>
background-color css
<style>
a { background-color: #CF49F0; }
a { background-color: rgb(207,73,240); }
div.DivClassName
{
background-color: #CF49F0;
}
.BgClassName
{
background-color: #CF49F0;
}
</style>
border-color css
<style>
span { border-color: #CF49F0; }
span { border-color: rgb(207,73,240); }
td.TdClassName
{
border-color: #CF49F0;
}
.TagClassName
{
border-color: #CF49F0;
}
</style>