Shades of Medium Orchid #CE4EED
Tints of Medium Orchid #CE4EED
RGB
CMYK
RGB Variations
Color information
#CE4EED (or 0xCE4EED) is known color: Medium Orchid. HEX triplet: CE, 4E and ED. RGB value is (206,78,237). Sum of RGB (Red+Green+Blue) = 206+78+237=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EED is #31B112. Grayscale: #858585. Windows color (decimal): -3256595 or 15552206. OLE color: 15552206.
HSL color Cylindrical-coordinate representation of color #CE4EED: hue angle of 288.3º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4EED is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 78 | 237 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288.3º | 0.82% | 0.62% | - |
| HSV(B) | 288.3º | 0.67% | 0.93% | - |
| XYZ | 43.46 | 24.69 | 82.59 | - |
| YUV | 134.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 237 | 0.13 | 0.67 | 0 | 0.07 | 288.3 | 0.82 | 0.62 |
| Hex | CE | 4E | ED | D | 43 | 0 | 7 | 120 | 52 | 3E |
| Octal | 316 | 116 | 355 | 15 | 103 | 0 | 7 | 440 | 122 | 76 |
| Binary | 11001110 | 1001110 | 11101101 | 1101 | 1000011 | 0 | 111 | 100100000 | 1010010 | 111110 |
Color Harmonies of #CE4EED
Complementary color
Monochromatic Colors of #CE4EED
Black with #CE4EED
Text Example
Text Example
White with #CE4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EED; }
p { color: rgb(206,78,237); }
H1.HeaderClassName
{
color: #CE4EED;
}
.AnyTagClassName
{
color: #CE4EED;
}
</style>
background-color css
<style>
a { background-color: #CE4EED; }
a { background-color: rgb(206,78,237); }
div.DivClassName
{
background-color: #CE4EED;
}
.BgClassName
{
background-color: #CE4EED;
}
</style>
border-color css
<style>
span { border-color: #CE4EED; }
span { border-color: rgb(206,78,237); }
td.TdClassName
{
border-color: #CE4EED;
}
.TagClassName
{
border-color: #CE4EED;
}
</style>