Shades of Medium Orchid #CE50EE
Tints of Medium Orchid #CE50EE
RGB
CMYK
RGB Variations
Color information
#CE50EE (or 0xCE50EE) is known color: Medium Orchid. HEX triplet: CE, 50 and EE. RGB value is (206,80,238). Sum of RGB (Red+Green+Blue) = 206+80+238=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50EE is #31AF11. Grayscale: #878787. Windows color (decimal): -3256082 or 15618254. OLE color: 15618254.
HSL color Cylindrical-coordinate representation of color #CE50EE: hue angle of 287.85º degrees, saturation: 0.82, 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 #CE50EE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 80 | 238 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 287.85º | 0.82% | 0.62% | - |
| HSV(B) | 287.85º | 0.66% | 0.93% | - |
| XYZ | 43.75 | 25.03 | 83.41 | - |
| YUV | 135.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 238 | 0.13 | 0.66 | 0 | 0.07 | 287.85 | 0.82 | 0.62 |
| Hex | CE | 50 | EE | D | 42 | 0 | 7 | 120 | 52 | 3E |
| Octal | 316 | 120 | 356 | 15 | 102 | 0 | 7 | 440 | 122 | 76 |
| Binary | 11001110 | 1010000 | 11101110 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010010 | 111110 |
Color Harmonies of #CE50EE
Complementary color
Monochromatic Colors of #CE50EE
Black with #CE50EE
Text Example
Text Example
White with #CE50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50EE; }
p { color: rgb(206,80,238); }
H1.HeaderClassName
{
color: #CE50EE;
}
.AnyTagClassName
{
color: #CE50EE;
}
</style>
background-color css
<style>
a { background-color: #CE50EE; }
a { background-color: rgb(206,80,238); }
div.DivClassName
{
background-color: #CE50EE;
}
.BgClassName
{
background-color: #CE50EE;
}
</style>
border-color css
<style>
span { border-color: #CE50EE; }
span { border-color: rgb(206,80,238); }
td.TdClassName
{
border-color: #CE50EE;
}
.TagClassName
{
border-color: #CE50EE;
}
</style>