Shades of Medium Orchid #CE50E0
Tints of Medium Orchid #CE50E0
RGB
CMYK
RGB Variations
Color information
#CE50E0 (or 0xCE50E0) is known color: Medium Orchid. HEX triplet: CE, 50 and E0. RGB value is (206,80,224). Sum of RGB (Red+Green+Blue) = 206+80+224=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50E0 is #31AF1F. Grayscale: #858585. Windows color (decimal): -3256096 or 14700750. OLE color: 14700750.
HSL color Cylindrical-coordinate representation of color #CE50E0: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE50E0 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 80 | 224 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.12 |
| HSL | 292.5º | 0.7% | 0.6% | - |
| HSV(B) | 292.5º | 0.64% | 0.88% | - |
| XYZ | 41.78 | 24.24 | 73 | - |
| YUV | 134.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 224 | 0.08 | 0.64 | 0 | 0.12 | 292.5 | 0.7 | 0.6 |
| Hex | CE | 50 | E0 | 8 | 40 | 0 | C | 124 | 46 | 3C |
| Octal | 316 | 120 | 340 | 10 | 100 | 0 | 14 | 444 | 106 | 74 |
| Binary | 11001110 | 1010000 | 11100000 | 1000 | 1000000 | 0 | 1100 | 100100100 | 1000110 | 111100 |
Color Harmonies of #CE50E0
Complementary color
Monochromatic Colors of #CE50E0
Black with #CE50E0
Text Example
Text Example
White with #CE50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50E0; }
p { color: rgb(206,80,224); }
H1.HeaderClassName
{
color: #CE50E0;
}
.AnyTagClassName
{
color: #CE50E0;
}
</style>
background-color css
<style>
a { background-color: #CE50E0; }
a { background-color: rgb(206,80,224); }
div.DivClassName
{
background-color: #CE50E0;
}
.BgClassName
{
background-color: #CE50E0;
}
</style>
border-color css
<style>
span { border-color: #CE50E0; }
span { border-color: rgb(206,80,224); }
td.TdClassName
{
border-color: #CE50E0;
}
.TagClassName
{
border-color: #CE50E0;
}
</style>