Shades of Medium Orchid #CE49F9
Tints of Medium Orchid #CE49F9
RGB
CMYK
RGB Variations
Color information
#CE49F9 (or 0xCE49F9) is known color: Medium Orchid. HEX triplet: CE, 49 and F9. RGB value is (206,73,249). Sum of RGB (Red+Green+Blue) = 206+73+249=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49F9 is #31B606. Grayscale: #848484. Windows color (decimal): -3257863 or 16337358. OLE color: 16337358.
HSL color Cylindrical-coordinate representation of color #CE49F9: hue angle of 285.34º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49F9 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 73 | 249 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.02 |
| HSL | 285.34º | 0.94% | 0.63% | - |
| HSV(B) | 285.34º | 0.71% | 0.98% | - |
| XYZ | 44.94 | 24.73 | 92.03 | - |
| YUV | 132.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 249 | 0.17 | 0.71 | 0 | 0.02 | 285.34 | 0.94 | 0.63 |
| Hex | CE | 49 | F9 | 11 | 47 | 0 | 2 | 11D | 5E | 3F |
| Octal | 316 | 111 | 371 | 21 | 107 | 0 | 2 | 435 | 136 | 77 |
| Binary | 11001110 | 1001001 | 11111001 | 10001 | 1000111 | 0 | 10 | 100011101 | 1011110 | 111111 |
Color Harmonies of #CE49F9
Complementary color
Monochromatic Colors of #CE49F9
Black with #CE49F9
Text Example
Text Example
White with #CE49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49F9; }
p { color: rgb(206,73,249); }
H1.HeaderClassName
{
color: #CE49F9;
}
.AnyTagClassName
{
color: #CE49F9;
}
</style>
background-color css
<style>
a { background-color: #CE49F9; }
a { background-color: rgb(206,73,249); }
div.DivClassName
{
background-color: #CE49F9;
}
.BgClassName
{
background-color: #CE49F9;
}
</style>
border-color css
<style>
span { border-color: #CE49F9; }
span { border-color: rgb(206,73,249); }
td.TdClassName
{
border-color: #CE49F9;
}
.TagClassName
{
border-color: #CE49F9;
}
</style>