Shades of Medium Orchid #CF49F1
Tints of Medium Orchid #CF49F1
RGB
CMYK
RGB Variations
Color information
#CF49F1 (or 0xCF49F1) is known color: Medium Orchid. HEX triplet: CF, 49 and F1. RGB value is (207,73,241). Sum of RGB (Red+Green+Blue) = 207+73+241=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F1 is #30B60E. Grayscale: #838383. Windows color (decimal): -3192335 or 15813071. OLE color: 15813071.
HSL color Cylindrical-coordinate representation of color #CF49F1: hue angle of 287.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF49F1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 73 | 241 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.05 |
| HSL | 287.86º | 0.86% | 0.62% | - |
| HSV(B) | 287.86º | 0.7% | 0.95% | - |
| XYZ | 43.99 | 24.38 | 85.61 | - |
| YUV | 132.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 241 | 0.14 | 0.70 | 0 | 0.05 | 287.86 | 0.86 | 0.62 |
| Hex | CF | 49 | F1 | E | 46 | 0 | 5 | 120 | 56 | 3E |
| Octal | 317 | 111 | 361 | 16 | 106 | 0 | 5 | 440 | 126 | 76 |
| Binary | 11001111 | 1001001 | 11110001 | 1110 | 1000110 | 0 | 101 | 100100000 | 1010110 | 111110 |
Color Harmonies of #CF49F1
Complementary color
Monochromatic Colors of #CF49F1
Black with #CF49F1
Text Example
Text Example
White with #CF49F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49F1; }
p { color: rgb(207,73,241); }
H1.HeaderClassName
{
color: #CF49F1;
}
.AnyTagClassName
{
color: #CF49F1;
}
</style>
background-color css
<style>
a { background-color: #CF49F1; }
a { background-color: rgb(207,73,241); }
div.DivClassName
{
background-color: #CF49F1;
}
.BgClassName
{
background-color: #CF49F1;
}
</style>
border-color css
<style>
span { border-color: #CF49F1; }
span { border-color: rgb(207,73,241); }
td.TdClassName
{
border-color: #CF49F1;
}
.TagClassName
{
border-color: #CF49F1;
}
</style>