Shades of Medium Orchid #CF49EB
Tints of Medium Orchid #CF49EB
RGB
CMYK
RGB Variations
Color information
#CF49EB (or 0xCF49EB) is known color: Medium Orchid. HEX triplet: CF, 49 and EB. RGB value is (207,73,235). Sum of RGB (Red+Green+Blue) = 207+73+235=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49EB is #30B614. Grayscale: #838383. Windows color (decimal): -3192341 or 15419855. OLE color: 15419855.
HSL color Cylindrical-coordinate representation of color #CF49EB: hue angle of 289.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF49EB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 73 | 235 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.08 |
| HSL | 289.63º | 0.8% | 0.6% | - |
| HSV(B) | 289.63º | 0.69% | 0.92% | - |
| XYZ | 43.11 | 24.03 | 80.96 | - |
| YUV | 131.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 235 | 0.12 | 0.69 | 0 | 0.08 | 289.63 | 0.8 | 0.6 |
| Hex | CF | 49 | EB | C | 45 | 0 | 8 | 122 | 50 | 3C |
| Octal | 317 | 111 | 353 | 14 | 105 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11001111 | 1001001 | 11101011 | 1100 | 1000101 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #CF49EB
Complementary color
Monochromatic Colors of #CF49EB
Black with #CF49EB
Text Example
Text Example
White with #CF49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49EB; }
p { color: rgb(207,73,235); }
H1.HeaderClassName
{
color: #CF49EB;
}
.AnyTagClassName
{
color: #CF49EB;
}
</style>
background-color css
<style>
a { background-color: #CF49EB; }
a { background-color: rgb(207,73,235); }
div.DivClassName
{
background-color: #CF49EB;
}
.BgClassName
{
background-color: #CF49EB;
}
</style>
border-color css
<style>
span { border-color: #CF49EB; }
span { border-color: rgb(207,73,235); }
td.TdClassName
{
border-color: #CF49EB;
}
.TagClassName
{
border-color: #CF49EB;
}
</style>