Shades of Medium Orchid #CE4DEC
Tints of Medium Orchid #CE4DEC
RGB
CMYK
RGB Variations
Color information
#CE4DEC (or 0xCE4DEC) is known color: Medium Orchid. HEX triplet: CE, 4D and EC. RGB value is (206,77,236). Sum of RGB (Red+Green+Blue) = 206+77+236=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DEC is #31B213. Grayscale: #858585. Windows color (decimal): -3256852 or 15486414. OLE color: 15486414.
HSL color Cylindrical-coordinate representation of color #CE4DEC: hue angle of 288.68º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4DEC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 77 | 236 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288.68º | 0.81% | 0.61% | - |
| HSV(B) | 288.68º | 0.67% | 0.93% | - |
| XYZ | 43.25 | 24.49 | 81.8 | - |
| YUV | 133.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 236 | 0.13 | 0.67 | 0 | 0.07 | 288.68 | 0.81 | 0.61 |
| Hex | CE | 4D | EC | D | 43 | 0 | 7 | 121 | 51 | 3D |
| Octal | 316 | 115 | 354 | 15 | 103 | 0 | 7 | 441 | 121 | 75 |
| Binary | 11001110 | 1001101 | 11101100 | 1101 | 1000011 | 0 | 111 | 100100001 | 1010001 | 111101 |
Color Harmonies of #CE4DEC
Complementary color
Monochromatic Colors of #CE4DEC
Black with #CE4DEC
Text Example
Text Example
White with #CE4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DEC; }
p { color: rgb(206,77,236); }
H1.HeaderClassName
{
color: #CE4DEC;
}
.AnyTagClassName
{
color: #CE4DEC;
}
</style>
background-color css
<style>
a { background-color: #CE4DEC; }
a { background-color: rgb(206,77,236); }
div.DivClassName
{
background-color: #CE4DEC;
}
.BgClassName
{
background-color: #CE4DEC;
}
</style>
border-color css
<style>
span { border-color: #CE4DEC; }
span { border-color: rgb(206,77,236); }
td.TdClassName
{
border-color: #CE4DEC;
}
.TagClassName
{
border-color: #CE4DEC;
}
</style>