Shades of Medium Orchid #CE55ED
Tints of Medium Orchid #CE55ED
RGB
CMYK
RGB Variations
Color information
#CE55ED (or 0xCE55ED) is known color: Medium Orchid. HEX triplet: CE, 55 and ED. RGB value is (206,85,237). Sum of RGB (Red+Green+Blue) = 206+85+237=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55ED is #31AA12. Grayscale: #8A8A8A. Windows color (decimal): -3254803 or 15553998. OLE color: 15553998.
HSL color Cylindrical-coordinate representation of color #CE55ED: hue angle of 287.76º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE55ED is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 85 | 237 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.07 |
| HSL | 287.76º | 0.81% | 0.63% | - |
| HSV(B) | 287.76º | 0.64% | 0.93% | - |
| XYZ | 43.99 | 25.73 | 82.77 | - |
| YUV | 138.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 237 | 0.13 | 0.64 | 0 | 0.07 | 287.76 | 0.81 | 0.63 |
| Hex | CE | 55 | ED | D | 40 | 0 | 7 | 120 | 51 | 3F |
| Octal | 316 | 125 | 355 | 15 | 100 | 0 | 7 | 440 | 121 | 77 |
| Binary | 11001110 | 1010101 | 11101101 | 1101 | 1000000 | 0 | 111 | 100100000 | 1010001 | 111111 |
Color Harmonies of #CE55ED
Complementary color
Monochromatic Colors of #CE55ED
Black with #CE55ED
Text Example
Text Example
White with #CE55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55ED; }
p { color: rgb(206,85,237); }
H1.HeaderClassName
{
color: #CE55ED;
}
.AnyTagClassName
{
color: #CE55ED;
}
</style>
background-color css
<style>
a { background-color: #CE55ED; }
a { background-color: rgb(206,85,237); }
div.DivClassName
{
background-color: #CE55ED;
}
.BgClassName
{
background-color: #CE55ED;
}
</style>
border-color css
<style>
span { border-color: #CE55ED; }
span { border-color: rgb(206,85,237); }
td.TdClassName
{
border-color: #CE55ED;
}
.TagClassName
{
border-color: #CE55ED;
}
</style>