Shades of Medium Orchid #CF49DF
Tints of Medium Orchid #CF49DF
RGB
CMYK
RGB Variations
Color information
#CF49DF (or 0xCF49DF) is known color: Medium Orchid. HEX triplet: CF, 49 and DF. RGB value is (207,73,223). Sum of RGB (Red+Green+Blue) = 207+73+223=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DF is #30B620. Grayscale: #818181. Windows color (decimal): -3192353 or 14633423. OLE color: 14633423.
HSL color Cylindrical-coordinate representation of color #CF49DF: hue angle of 293.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF49DF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 73 | 223 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.13 |
| HSL | 293.6º | 0.7% | 0.58% | - |
| HSV(B) | 293.6º | 0.67% | 0.87% | - |
| XYZ | 41.43 | 23.36 | 72.14 | - |
| YUV | 130.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 223 | 0.07 | 0.67 | 0 | 0.13 | 293.6 | 0.7 | 0.58 |
| Hex | CF | 49 | DF | 7 | 43 | 0 | D | 126 | 46 | 3A |
| Octal | 317 | 111 | 337 | 7 | 103 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11001111 | 1001001 | 11011111 | 111 | 1000011 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #CF49DF
Complementary color
Monochromatic Colors of #CF49DF
Black with #CF49DF
Text Example
Text Example
White with #CF49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49DF; }
p { color: rgb(207,73,223); }
H1.HeaderClassName
{
color: #CF49DF;
}
.AnyTagClassName
{
color: #CF49DF;
}
</style>
background-color css
<style>
a { background-color: #CF49DF; }
a { background-color: rgb(207,73,223); }
div.DivClassName
{
background-color: #CF49DF;
}
.BgClassName
{
background-color: #CF49DF;
}
</style>
border-color css
<style>
span { border-color: #CF49DF; }
span { border-color: rgb(207,73,223); }
td.TdClassName
{
border-color: #CF49DF;
}
.TagClassName
{
border-color: #CF49DF;
}
</style>