Shades of Medium Orchid #CE49F2
Tints of Medium Orchid #CE49F2
RGB
CMYK
RGB Variations
Color information
#CE49F2 (or 0xCE49F2) is known color: Medium Orchid. HEX triplet: CE, 49 and F2. RGB value is (206,73,242). Sum of RGB (Red+Green+Blue) = 206+73+242=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49F2 is #31B60D. Grayscale: #838383. Windows color (decimal): -3257870 or 15878606. OLE color: 15878606.
HSL color Cylindrical-coordinate representation of color #CE49F2: hue angle of 287.22º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE49F2 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 73 | 242 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.05 |
| HSL | 287.22º | 0.87% | 0.62% | - |
| HSV(B) | 287.22º | 0.7% | 0.95% | - |
| XYZ | 43.86 | 24.3 | 86.38 | - |
| YUV | 132.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 242 | 0.15 | 0.70 | 0 | 0.05 | 287.22 | 0.87 | 0.62 |
| Hex | CE | 49 | F2 | F | 46 | 0 | 5 | 11F | 57 | 3E |
| Octal | 316 | 111 | 362 | 17 | 106 | 0 | 5 | 437 | 127 | 76 |
| Binary | 11001110 | 1001001 | 11110010 | 1111 | 1000110 | 0 | 101 | 100011111 | 1010111 | 111110 |
Color Harmonies of #CE49F2
Complementary color
Monochromatic Colors of #CE49F2
Black with #CE49F2
Text Example
Text Example
White with #CE49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49F2; }
p { color: rgb(206,73,242); }
H1.HeaderClassName
{
color: #CE49F2;
}
.AnyTagClassName
{
color: #CE49F2;
}
</style>
background-color css
<style>
a { background-color: #CE49F2; }
a { background-color: rgb(206,73,242); }
div.DivClassName
{
background-color: #CE49F2;
}
.BgClassName
{
background-color: #CE49F2;
}
</style>
border-color css
<style>
span { border-color: #CE49F2; }
span { border-color: rgb(206,73,242); }
td.TdClassName
{
border-color: #CE49F2;
}
.TagClassName
{
border-color: #CE49F2;
}
</style>