Shades of Medium Orchid #CE50ED
Tints of Medium Orchid #CE50ED
RGB
CMYK
RGB Variations
Color information
#CE50ED (or 0xCE50ED) is known color: Medium Orchid. HEX triplet: CE, 50 and ED. RGB value is (206,80,237). Sum of RGB (Red+Green+Blue) = 206+80+237=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50ED is #31AF12. Grayscale: #878787. Windows color (decimal): -3256083 or 15552718. OLE color: 15552718.
HSL color Cylindrical-coordinate representation of color #CE50ED: hue angle of 288.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE50ED is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 80 | 237 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.15º | 0.81% | 0.62% | - |
| HSV(B) | 288.15º | 0.66% | 0.93% | - |
| XYZ | 43.61 | 24.97 | 82.64 | - |
| YUV | 135.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 237 | 0.13 | 0.66 | 0 | 0.07 | 288.15 | 0.81 | 0.62 |
| Hex | CE | 50 | ED | D | 42 | 0 | 7 | 120 | 51 | 3E |
| Octal | 316 | 120 | 355 | 15 | 102 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001110 | 1010000 | 11101101 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CE50ED
Complementary color
Monochromatic Colors of #CE50ED
Black with #CE50ED
Text Example
Text Example
White with #CE50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50ED; }
p { color: rgb(206,80,237); }
H1.HeaderClassName
{
color: #CE50ED;
}
.AnyTagClassName
{
color: #CE50ED;
}
</style>
background-color css
<style>
a { background-color: #CE50ED; }
a { background-color: rgb(206,80,237); }
div.DivClassName
{
background-color: #CE50ED;
}
.BgClassName
{
background-color: #CE50ED;
}
</style>
border-color css
<style>
span { border-color: #CE50ED; }
span { border-color: rgb(206,80,237); }
td.TdClassName
{
border-color: #CE50ED;
}
.TagClassName
{
border-color: #CE50ED;
}
</style>