Shades of Medium Orchid #CE49DC
Tints of Medium Orchid #CE49DC
RGB
CMYK
RGB Variations
Color information
#CE49DC (or 0xCE49DC) is known color: Medium Orchid. HEX triplet: CE, 49 and DC. RGB value is (206,73,220). Sum of RGB (Red+Green+Blue) = 206+73+220=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DC is #31B623. Grayscale: #818181. Windows color (decimal): -3257892 or 14436814. OLE color: 14436814.
HSL color Cylindrical-coordinate representation of color #CE49DC: hue angle of 294.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE49DC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 73 | 220 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.14 |
| HSL | 294.29º | 0.68% | 0.57% | - |
| HSV(B) | 294.29º | 0.67% | 0.86% | - |
| XYZ | 40.75 | 23.05 | 70.01 | - |
| YUV | 129.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 220 | 0.06 | 0.67 | 0 | 0.14 | 294.29 | 0.68 | 0.57 |
| Hex | CE | 49 | DC | 6 | 43 | 0 | E | 126 | 44 | 39 |
| Octal | 316 | 111 | 334 | 6 | 103 | 0 | 16 | 446 | 104 | 71 |
| Binary | 11001110 | 1001001 | 11011100 | 110 | 1000011 | 0 | 1110 | 100100110 | 1000100 | 111001 |
Color Harmonies of #CE49DC
Complementary color
Monochromatic Colors of #CE49DC
Black with #CE49DC
Text Example
Text Example
White with #CE49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49DC; }
p { color: rgb(206,73,220); }
H1.HeaderClassName
{
color: #CE49DC;
}
.AnyTagClassName
{
color: #CE49DC;
}
</style>
background-color css
<style>
a { background-color: #CE49DC; }
a { background-color: rgb(206,73,220); }
div.DivClassName
{
background-color: #CE49DC;
}
.BgClassName
{
background-color: #CE49DC;
}
</style>
border-color css
<style>
span { border-color: #CE49DC; }
span { border-color: rgb(206,73,220); }
td.TdClassName
{
border-color: #CE49DC;
}
.TagClassName
{
border-color: #CE49DC;
}
</style>