Shades of Medium Orchid #CE4DED
Tints of Medium Orchid #CE4DED
RGB
CMYK
RGB Variations
Color information
#CE4DED (or 0xCE4DED) is known color: Medium Orchid. HEX triplet: CE, 4D and ED. RGB value is (206,77,237). Sum of RGB (Red+Green+Blue) = 206+77+237=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DED is #31B212. Grayscale: #858585. Windows color (decimal): -3256851 or 15551950. OLE color: 15551950.
HSL color Cylindrical-coordinate representation of color #CE4DED: hue angle of 288.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4DED is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 77 | 237 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.38º | 0.82% | 0.62% | - |
| HSV(B) | 288.38º | 0.68% | 0.93% | - |
| XYZ | 43.39 | 24.54 | 82.57 | - |
| YUV | 133.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 237 | 0.13 | 0.68 | 0 | 0.07 | 288.38 | 0.82 | 0.62 |
| Hex | CE | 4D | ED | D | 44 | 0 | 7 | 120 | 52 | 3E |
| Octal | 316 | 115 | 355 | 15 | 104 | 0 | 7 | 440 | 122 | 76 |
| Binary | 11001110 | 1001101 | 11101101 | 1101 | 1000100 | 0 | 111 | 100100000 | 1010010 | 111110 |
Color Harmonies of #CE4DED
Complementary color
Monochromatic Colors of #CE4DED
Black with #CE4DED
Text Example
Text Example
White with #CE4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DED; }
p { color: rgb(206,77,237); }
H1.HeaderClassName
{
color: #CE4DED;
}
.AnyTagClassName
{
color: #CE4DED;
}
</style>
background-color css
<style>
a { background-color: #CE4DED; }
a { background-color: rgb(206,77,237); }
div.DivClassName
{
background-color: #CE4DED;
}
.BgClassName
{
background-color: #CE4DED;
}
</style>
border-color css
<style>
span { border-color: #CE4DED; }
span { border-color: rgb(206,77,237); }
td.TdClassName
{
border-color: #CE4DED;
}
.TagClassName
{
border-color: #CE4DED;
}
</style>