Shades of Medium Orchid #CF49F4
Tints of Medium Orchid #CF49F4
RGB
CMYK
RGB Variations
Color information
#CF49F4 (or 0xCF49F4) is known color: Medium Orchid. HEX triplet: CF, 49 and F4. RGB value is (207,73,244). Sum of RGB (Red+Green+Blue) = 207+73+244=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF49F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F4 is #30B60B. Grayscale: #848484. Windows color (decimal): -3192332 or 16009679. OLE color: 16009679.
HSL color Cylindrical-coordinate representation of color #CF49F4: hue angle of 287.02º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF49F4 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 73 | 244 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.04 |
| HSL | 287.02º | 0.89% | 0.62% | - |
| HSV(B) | 287.02º | 0.7% | 0.96% | - |
| XYZ | 44.44 | 24.56 | 87.99 | - |
| YUV | 132.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 244 | 0.15 | 0.70 | 0 | 0.04 | 287.02 | 0.89 | 0.62 |
| Hex | CF | 49 | F4 | F | 46 | 0 | 4 | 11F | 59 | 3E |
| Octal | 317 | 111 | 364 | 17 | 106 | 0 | 4 | 437 | 131 | 76 |
| Binary | 11001111 | 1001001 | 11110100 | 1111 | 1000110 | 0 | 100 | 100011111 | 1011001 | 111110 |
Color Harmonies of #CF49F4
Complementary color
Monochromatic Colors of #CF49F4
Black with #CF49F4
Text Example
Text Example
White with #CF49F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49F4; }
p { color: rgb(207,73,244); }
H1.HeaderClassName
{
color: #CF49F4;
}
.AnyTagClassName
{
color: #CF49F4;
}
</style>
background-color css
<style>
a { background-color: #CF49F4; }
a { background-color: rgb(207,73,244); }
div.DivClassName
{
background-color: #CF49F4;
}
.BgClassName
{
background-color: #CF49F4;
}
</style>
border-color css
<style>
span { border-color: #CF49F4; }
span { border-color: rgb(207,73,244); }
td.TdClassName
{
border-color: #CF49F4;
}
.TagClassName
{
border-color: #CF49F4;
}
</style>