Shades of Medium Orchid #CF49F7
Tints of Medium Orchid #CF49F7
RGB
CMYK
RGB Variations
Color information
#CF49F7 (or 0xCF49F7) is known color: Medium Orchid. HEX triplet: CF, 49 and F7. RGB value is (207,73,247). Sum of RGB (Red+Green+Blue) = 207+73+247=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF49F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F7 is #30B608. Grayscale: #848484. Windows color (decimal): -3192329 or 16206287. OLE color: 16206287.
HSL color Cylindrical-coordinate representation of color #CF49F7: hue angle of 286.21º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF49F7 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 73 | 247 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.03 |
| HSL | 286.21º | 0.92% | 0.63% | - |
| HSV(B) | 286.21º | 0.7% | 0.97% | - |
| XYZ | 44.9 | 24.75 | 90.41 | - |
| YUV | 132.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 247 | 0.16 | 0.70 | 0 | 0.03 | 286.21 | 0.92 | 0.63 |
| Hex | CF | 49 | F7 | 10 | 46 | 0 | 3 | 11E | 5C | 3F |
| Octal | 317 | 111 | 367 | 20 | 106 | 0 | 3 | 436 | 134 | 77 |
| Binary | 11001111 | 1001001 | 11110111 | 10000 | 1000110 | 0 | 11 | 100011110 | 1011100 | 111111 |
Color Harmonies of #CF49F7
Complementary color
Monochromatic Colors of #CF49F7
Black with #CF49F7
Text Example
Text Example
White with #CF49F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49F7; }
p { color: rgb(207,73,247); }
H1.HeaderClassName
{
color: #CF49F7;
}
.AnyTagClassName
{
color: #CF49F7;
}
</style>
background-color css
<style>
a { background-color: #CF49F7; }
a { background-color: rgb(207,73,247); }
div.DivClassName
{
background-color: #CF49F7;
}
.BgClassName
{
background-color: #CF49F7;
}
</style>
border-color css
<style>
span { border-color: #CF49F7; }
span { border-color: rgb(207,73,247); }
td.TdClassName
{
border-color: #CF49F7;
}
.TagClassName
{
border-color: #CF49F7;
}
</style>