Shades of Medium Orchid #CF49DD
Tints of Medium Orchid #CF49DD
RGB
CMYK
RGB Variations
Color information
#CF49DD (or 0xCF49DD) is known color: Medium Orchid. HEX triplet: CF, 49 and DD. RGB value is (207,73,221). Sum of RGB (Red+Green+Blue) = 207+73+221=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DD is #30B622. Grayscale: #818181. Windows color (decimal): -3192355 or 14502351. OLE color: 14502351.
HSL color Cylindrical-coordinate representation of color #CF49DD: hue angle of 294.32º degrees, saturation: 0.69, 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 #CF49DD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 73 | 221 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.13 |
| HSL | 294.32º | 0.69% | 0.58% | - |
| HSV(B) | 294.32º | 0.67% | 0.87% | - |
| XYZ | 41.17 | 23.25 | 70.72 | - |
| YUV | 129.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 221 | 0.06 | 0.67 | 0 | 0.13 | 294.32 | 0.69 | 0.58 |
| Hex | CF | 49 | DD | 6 | 43 | 0 | D | 126 | 45 | 3A |
| Octal | 317 | 111 | 335 | 6 | 103 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11001111 | 1001001 | 11011101 | 110 | 1000011 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #CF49DD
Complementary color
Monochromatic Colors of #CF49DD
Black with #CF49DD
Text Example
Text Example
White with #CF49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49DD; }
p { color: rgb(207,73,221); }
H1.HeaderClassName
{
color: #CF49DD;
}
.AnyTagClassName
{
color: #CF49DD;
}
</style>
background-color css
<style>
a { background-color: #CF49DD; }
a { background-color: rgb(207,73,221); }
div.DivClassName
{
background-color: #CF49DD;
}
.BgClassName
{
background-color: #CF49DD;
}
</style>
border-color css
<style>
span { border-color: #CF49DD; }
span { border-color: rgb(207,73,221); }
td.TdClassName
{
border-color: #CF49DD;
}
.TagClassName
{
border-color: #CF49DD;
}
</style>