Shades of Medium Orchid #CE49DA
Tints of Medium Orchid #CE49DA
RGB
CMYK
RGB Variations
Color information
#CE49DA (or 0xCE49DA) is known color: Medium Orchid. HEX triplet: CE, 49 and DA. RGB value is (206,73,218). Sum of RGB (Red+Green+Blue) = 206+73+218=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DA is #31B625. Grayscale: #808080. Windows color (decimal): -3257894 or 14305742. OLE color: 14305742.
HSL color Cylindrical-coordinate representation of color #CE49DA: hue angle of 295.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE49DA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 73 | 218 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.15 |
| HSL | 295.03º | 0.66% | 0.57% | - |
| HSV(B) | 295.03º | 0.67% | 0.85% | - |
| XYZ | 40.49 | 22.95 | 68.63 | - |
| YUV | 129.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 218 | 0.06 | 0.67 | 0 | 0.15 | 295.03 | 0.66 | 0.57 |
| Hex | CE | 49 | DA | 6 | 43 | 0 | F | 127 | 42 | 39 |
| Octal | 316 | 111 | 332 | 6 | 103 | 0 | 17 | 447 | 102 | 71 |
| Binary | 11001110 | 1001001 | 11011010 | 110 | 1000011 | 0 | 1111 | 100100111 | 1000010 | 111001 |
Color Harmonies of #CE49DA
Complementary color
Monochromatic Colors of #CE49DA
Black with #CE49DA
Text Example
Text Example
White with #CE49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49DA; }
p { color: rgb(206,73,218); }
H1.HeaderClassName
{
color: #CE49DA;
}
.AnyTagClassName
{
color: #CE49DA;
}
</style>
background-color css
<style>
a { background-color: #CE49DA; }
a { background-color: rgb(206,73,218); }
div.DivClassName
{
background-color: #CE49DA;
}
.BgClassName
{
background-color: #CE49DA;
}
</style>
border-color css
<style>
span { border-color: #CE49DA; }
span { border-color: rgb(206,73,218); }
td.TdClassName
{
border-color: #CE49DA;
}
.TagClassName
{
border-color: #CE49DA;
}
</style>