Shades of Medium Orchid #CE5AEC
Tints of Medium Orchid #CE5AEC
RGB
CMYK
RGB Variations
Color information
#CE5AEC (or 0xCE5AEC) is known color: Medium Orchid. HEX triplet: CE, 5A and EC. RGB value is (206,90,236). Sum of RGB (Red+Green+Blue) = 206+90+236=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE5AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AEC is #31A513. Grayscale: #8C8C8C. Windows color (decimal): -3253524 or 15489742. OLE color: 15489742.
HSL color Cylindrical-coordinate representation of color #CE5AEC: hue angle of 287.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5AEC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 90 | 236 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.07 |
| HSL | 287.67º | 0.79% | 0.64% | - |
| HSV(B) | 287.67º | 0.62% | 0.93% | - |
| XYZ | 44.25 | 26.49 | 82.14 | - |
| YUV | 141.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 236 | 0.13 | 0.62 | 0 | 0.07 | 287.67 | 0.79 | 0.64 |
| Hex | CE | 5A | EC | D | 3E | 0 | 7 | 120 | 4F | 40 |
| Octal | 316 | 132 | 354 | 15 | 76 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11001110 | 1011010 | 11101100 | 1101 | 111110 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #CE5AEC
Complementary color
Monochromatic Colors of #CE5AEC
Black with #CE5AEC
Text Example
Text Example
White with #CE5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AEC; }
p { color: rgb(206,90,236); }
H1.HeaderClassName
{
color: #CE5AEC;
}
.AnyTagClassName
{
color: #CE5AEC;
}
</style>
background-color css
<style>
a { background-color: #CE5AEC; }
a { background-color: rgb(206,90,236); }
div.DivClassName
{
background-color: #CE5AEC;
}
.BgClassName
{
background-color: #CE5AEC;
}
</style>
border-color css
<style>
span { border-color: #CE5AEC; }
span { border-color: rgb(206,90,236); }
td.TdClassName
{
border-color: #CE5AEC;
}
.TagClassName
{
border-color: #CE5AEC;
}
</style>