Shades of Medium Orchid #CE4FED
Tints of Medium Orchid #CE4FED
RGB
CMYK
RGB Variations
Color information
#CE4FED (or 0xCE4FED) is known color: Medium Orchid. HEX triplet: CE, 4F and ED. RGB value is (206,79,237). Sum of RGB (Red+Green+Blue) = 206+79+237=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FED is #31B012. Grayscale: #868686. Windows color (decimal): -3256339 or 15552462. OLE color: 15552462.
HSL color Cylindrical-coordinate representation of color #CE4FED: hue angle of 288.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4FED is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 79 | 237 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288.23º | 0.81% | 0.62% | - |
| HSV(B) | 288.23º | 0.67% | 0.93% | - |
| XYZ | 43.54 | 24.83 | 82.62 | - |
| YUV | 134.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 237 | 0.13 | 0.67 | 0 | 0.07 | 288.23 | 0.81 | 0.62 |
| Hex | CE | 4F | ED | D | 43 | 0 | 7 | 120 | 51 | 3E |
| Octal | 316 | 117 | 355 | 15 | 103 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001110 | 1001111 | 11101101 | 1101 | 1000011 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CE4FED
Complementary color
Monochromatic Colors of #CE4FED
Black with #CE4FED
Text Example
Text Example
White with #CE4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FED; }
p { color: rgb(206,79,237); }
H1.HeaderClassName
{
color: #CE4FED;
}
.AnyTagClassName
{
color: #CE4FED;
}
</style>
background-color css
<style>
a { background-color: #CE4FED; }
a { background-color: rgb(206,79,237); }
div.DivClassName
{
background-color: #CE4FED;
}
.BgClassName
{
background-color: #CE4FED;
}
</style>
border-color css
<style>
span { border-color: #CE4FED; }
span { border-color: rgb(206,79,237); }
td.TdClassName
{
border-color: #CE4FED;
}
.TagClassName
{
border-color: #CE4FED;
}
</style>