Shades of Medium Orchid #CE49D5
Tints of Medium Orchid #CE49D5
RGB
CMYK
RGB Variations
Color information
#CE49D5 (or 0xCE49D5) is known color: Medium Orchid. HEX triplet: CE, 49 and D5. RGB value is (206,73,213). Sum of RGB (Red+Green+Blue) = 206+73+213=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49D5 is #31B62A. Grayscale: #808080. Windows color (decimal): -3257899 or 13978062. OLE color: 13978062.
HSL color Cylindrical-coordinate representation of color #CE49D5: hue angle of 297º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE49D5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 73 | 213 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.16 |
| HSL | 297º | 0.63% | 0.56% | - |
| HSV(B) | 297º | 0.66% | 0.84% | - |
| XYZ | 39.85 | 22.69 | 65.23 | - |
| YUV | 128.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 213 | 0.03 | 0.66 | 0 | 0.16 | 297 | 0.63 | 0.56 |
| Hex | CE | 49 | D5 | 3 | 42 | 0 | 10 | 129 | 3E | 38 |
| Octal | 316 | 111 | 325 | 3 | 102 | 0 | 20 | 451 | 76 | 70 |
| Binary | 11001110 | 1001001 | 11010101 | 11 | 1000010 | 0 | 10000 | 100101001 | 111110 | 111000 |
Color Harmonies of #CE49D5
Complementary color
Monochromatic Colors of #CE49D5
Black with #CE49D5
Text Example
Text Example
White with #CE49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49D5; }
p { color: rgb(206,73,213); }
H1.HeaderClassName
{
color: #CE49D5;
}
.AnyTagClassName
{
color: #CE49D5;
}
</style>
background-color css
<style>
a { background-color: #CE49D5; }
a { background-color: rgb(206,73,213); }
div.DivClassName
{
background-color: #CE49D5;
}
.BgClassName
{
background-color: #CE49D5;
}
</style>
border-color css
<style>
span { border-color: #CE49D5; }
span { border-color: rgb(206,73,213); }
td.TdClassName
{
border-color: #CE49D5;
}
.TagClassName
{
border-color: #CE49D5;
}
</style>