Shades of Medium Orchid #CE4EDA
Tints of Medium Orchid #CE4EDA
RGB
CMYK
RGB Variations
Color information
#CE4EDA (or 0xCE4EDA) is known color: Medium Orchid. HEX triplet: CE, 4E and DA. RGB value is (206,78,218). Sum of RGB (Red+Green+Blue) = 206+78+218=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDA is #31B125. Grayscale: #838383. Windows color (decimal): -3256614 or 14307022. OLE color: 14307022.
HSL color Cylindrical-coordinate representation of color #CE4EDA: hue angle of 294.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4EDA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 78 | 218 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.15 |
| HSL | 294.86º | 0.65% | 0.58% | - |
| HSV(B) | 294.86º | 0.64% | 0.85% | - |
| XYZ | 40.83 | 23.63 | 68.74 | - |
| YUV | 132.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 218 | 0.06 | 0.64 | 0 | 0.15 | 294.86 | 0.65 | 0.58 |
| Hex | CE | 4E | DA | 6 | 40 | 0 | F | 127 | 41 | 3A |
| Octal | 316 | 116 | 332 | 6 | 100 | 0 | 17 | 447 | 101 | 72 |
| Binary | 11001110 | 1001110 | 11011010 | 110 | 1000000 | 0 | 1111 | 100100111 | 1000001 | 111010 |
Color Harmonies of #CE4EDA
Complementary color
Monochromatic Colors of #CE4EDA
Black with #CE4EDA
Text Example
Text Example
White with #CE4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EDA; }
p { color: rgb(206,78,218); }
H1.HeaderClassName
{
color: #CE4EDA;
}
.AnyTagClassName
{
color: #CE4EDA;
}
</style>
background-color css
<style>
a { background-color: #CE4EDA; }
a { background-color: rgb(206,78,218); }
div.DivClassName
{
background-color: #CE4EDA;
}
.BgClassName
{
background-color: #CE4EDA;
}
</style>
border-color css
<style>
span { border-color: #CE4EDA; }
span { border-color: rgb(206,78,218); }
td.TdClassName
{
border-color: #CE4EDA;
}
.TagClassName
{
border-color: #CE4EDA;
}
</style>