Shades of Medium Orchid #CE4ED6
Tints of Medium Orchid #CE4ED6
RGB
CMYK
RGB Variations
Color information
#CE4ED6 (or 0xCE4ED6) is known color: Medium Orchid. HEX triplet: CE, 4E and D6. RGB value is (206,78,214). Sum of RGB (Red+Green+Blue) = 206+78+214=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE4ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ED6 is #31B129. Grayscale: #838383. Windows color (decimal): -3256618 or 14044878. OLE color: 14044878.
HSL color Cylindrical-coordinate representation of color #CE4ED6: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4ED6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 78 | 214 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.16 |
| HSL | 296.47º | 0.62% | 0.57% | - |
| HSV(B) | 296.47º | 0.64% | 0.84% | - |
| XYZ | 40.32 | 23.43 | 66.02 | - |
| YUV | 131.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 214 | 0.04 | 0.64 | 0 | 0.16 | 296.47 | 0.62 | 0.57 |
| Hex | CE | 4E | D6 | 4 | 40 | 0 | 10 | 128 | 3E | 39 |
| Octal | 316 | 116 | 326 | 4 | 100 | 0 | 20 | 450 | 76 | 71 |
| Binary | 11001110 | 1001110 | 11010110 | 100 | 1000000 | 0 | 10000 | 100101000 | 111110 | 111001 |
Color Harmonies of #CE4ED6
Complementary color
Monochromatic Colors of #CE4ED6
Black with #CE4ED6
Text Example
Text Example
White with #CE4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ED6; }
p { color: rgb(206,78,214); }
H1.HeaderClassName
{
color: #CE4ED6;
}
.AnyTagClassName
{
color: #CE4ED6;
}
</style>
background-color css
<style>
a { background-color: #CE4ED6; }
a { background-color: rgb(206,78,214); }
div.DivClassName
{
background-color: #CE4ED6;
}
.BgClassName
{
background-color: #CE4ED6;
}
</style>
border-color css
<style>
span { border-color: #CE4ED6; }
span { border-color: rgb(206,78,214); }
td.TdClassName
{
border-color: #CE4ED6;
}
.TagClassName
{
border-color: #CE4ED6;
}
</style>