Shades of Medium Orchid #CE4AEC
Tints of Medium Orchid #CE4AEC
RGB
CMYK
RGB Variations
Color information
#CE4AEC (or 0xCE4AEC) is known color: Medium Orchid. HEX triplet: CE, 4A and EC. RGB value is (206,74,236). Sum of RGB (Red+Green+Blue) = 206+74+236=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AEC is #31B513. Grayscale: #838383. Windows color (decimal): -3257620 or 15485646. OLE color: 15485646.
HSL color Cylindrical-coordinate representation of color #CE4AEC: hue angle of 288.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AEC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 74 | 236 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 288.89º | 0.81% | 0.61% | - |
| HSV(B) | 288.89º | 0.69% | 0.93% | - |
| XYZ | 43.04 | 24.08 | 81.74 | - |
| YUV | 131.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 236 | 0.13 | 0.69 | 0 | 0.07 | 288.89 | 0.81 | 0.61 |
| Hex | CE | 4A | EC | D | 45 | 0 | 7 | 121 | 51 | 3D |
| Octal | 316 | 112 | 354 | 15 | 105 | 0 | 7 | 441 | 121 | 75 |
| Binary | 11001110 | 1001010 | 11101100 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010001 | 111101 |
Color Harmonies of #CE4AEC
Complementary color
Monochromatic Colors of #CE4AEC
Black with #CE4AEC
Text Example
Text Example
White with #CE4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AEC; }
p { color: rgb(206,74,236); }
H1.HeaderClassName
{
color: #CE4AEC;
}
.AnyTagClassName
{
color: #CE4AEC;
}
</style>
background-color css
<style>
a { background-color: #CE4AEC; }
a { background-color: rgb(206,74,236); }
div.DivClassName
{
background-color: #CE4AEC;
}
.BgClassName
{
background-color: #CE4AEC;
}
</style>
border-color css
<style>
span { border-color: #CE4AEC; }
span { border-color: rgb(206,74,236); }
td.TdClassName
{
border-color: #CE4AEC;
}
.TagClassName
{
border-color: #CE4AEC;
}
</style>