Shades of Medium Orchid #CF49EE
Tints of Medium Orchid #CF49EE
RGB
CMYK
RGB Variations
Color information
#CF49EE (or 0xCF49EE) is known color: Medium Orchid. HEX triplet: CF, 49 and EE. RGB value is (207,73,238). Sum of RGB (Red+Green+Blue) = 207+73+238=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49EE is #30B611. Grayscale: #838383. Windows color (decimal): -3192338 or 15616463. OLE color: 15616463.
HSL color Cylindrical-coordinate representation of color #CF49EE: hue angle of 288.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF49EE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 73 | 238 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 288.73º | 0.83% | 0.61% | - |
| HSV(B) | 288.73º | 0.69% | 0.93% | - |
| XYZ | 43.55 | 24.2 | 83.27 | - |
| YUV | 131.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 238 | 0.13 | 0.69 | 0 | 0.07 | 288.73 | 0.83 | 0.61 |
| Hex | CF | 49 | EE | D | 45 | 0 | 7 | 121 | 53 | 3D |
| Octal | 317 | 111 | 356 | 15 | 105 | 0 | 7 | 441 | 123 | 75 |
| Binary | 11001111 | 1001001 | 11101110 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010011 | 111101 |
Color Harmonies of #CF49EE
Complementary color
Monochromatic Colors of #CF49EE
Black with #CF49EE
Text Example
Text Example
White with #CF49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49EE; }
p { color: rgb(207,73,238); }
H1.HeaderClassName
{
color: #CF49EE;
}
.AnyTagClassName
{
color: #CF49EE;
}
</style>
background-color css
<style>
a { background-color: #CF49EE; }
a { background-color: rgb(207,73,238); }
div.DivClassName
{
background-color: #CF49EE;
}
.BgClassName
{
background-color: #CF49EE;
}
</style>
border-color css
<style>
span { border-color: #CF49EE; }
span { border-color: rgb(207,73,238); }
td.TdClassName
{
border-color: #CF49EE;
}
.TagClassName
{
border-color: #CF49EE;
}
</style>