Shades of Medium Orchid #CE49DB
Tints of Medium Orchid #CE49DB
RGB
CMYK
RGB Variations
Color information
#CE49DB (or 0xCE49DB) is known color: Medium Orchid. HEX triplet: CE, 49 and DB. RGB value is (206,73,219). Sum of RGB (Red+Green+Blue) = 206+73+219=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DB is #31B624. Grayscale: #808080. Windows color (decimal): -3257893 or 14371278. OLE color: 14371278.
HSL color Cylindrical-coordinate representation of color #CE49DB: hue angle of 294.66º degrees, saturation: 0.67, 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 #CE49DB is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 73 | 219 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.14 |
| HSL | 294.66º | 0.67% | 0.57% | - |
| HSV(B) | 294.66º | 0.67% | 0.86% | - |
| XYZ | 40.62 | 23 | 69.32 | - |
| YUV | 129.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 219 | 0.06 | 0.67 | 0 | 0.14 | 294.66 | 0.67 | 0.57 |
| Hex | CE | 49 | DB | 6 | 43 | 0 | E | 127 | 43 | 39 |
| Octal | 316 | 111 | 333 | 6 | 103 | 0 | 16 | 447 | 103 | 71 |
| Binary | 11001110 | 1001001 | 11011011 | 110 | 1000011 | 0 | 1110 | 100100111 | 1000011 | 111001 |
Color Harmonies of #CE49DB
Complementary color
Monochromatic Colors of #CE49DB
Black with #CE49DB
Text Example
Text Example
White with #CE49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49DB; }
p { color: rgb(206,73,219); }
H1.HeaderClassName
{
color: #CE49DB;
}
.AnyTagClassName
{
color: #CE49DB;
}
</style>
background-color css
<style>
a { background-color: #CE49DB; }
a { background-color: rgb(206,73,219); }
div.DivClassName
{
background-color: #CE49DB;
}
.BgClassName
{
background-color: #CE49DB;
}
</style>
border-color css
<style>
span { border-color: #CE49DB; }
span { border-color: rgb(206,73,219); }
td.TdClassName
{
border-color: #CE49DB;
}
.TagClassName
{
border-color: #CE49DB;
}
</style>