Shades of Medium Orchid #CE3FED
Tints of Medium Orchid #CE3FED
RGB
CMYK
RGB Variations
Color information
#CE3FED (or 0xCE3FED) is known color: Medium Orchid. HEX triplet: CE, 3F and ED. RGB value is (206,63,237). Sum of RGB (Red+Green+Blue) = 206+63+237=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FED is #31C012. Grayscale: #7D7D7D. Windows color (decimal): -3260435 or 15548366. OLE color: 15548366.
HSL color Cylindrical-coordinate representation of color #CE3FED: hue angle of 289.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3FED is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 63 | 237 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.07 |
| HSL | 289.31º | 0.83% | 0.59% | - |
| HSV(B) | 289.31º | 0.73% | 0.93% | - |
| XYZ | 42.52 | 22.79 | 82.28 | - |
| YUV | 125.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 237 | 0.13 | 0.73 | 0 | 0.07 | 289.31 | 0.83 | 0.59 |
| Hex | CE | 3F | ED | D | 49 | 0 | 7 | 121 | 53 | 3B |
| Octal | 316 | 77 | 355 | 15 | 111 | 0 | 7 | 441 | 123 | 73 |
| Binary | 11001110 | 111111 | 11101101 | 1101 | 1001001 | 0 | 111 | 100100001 | 1010011 | 111011 |
Color Harmonies of #CE3FED
Complementary color
Monochromatic Colors of #CE3FED
Black with #CE3FED
Text Example
Text Example
White with #CE3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FED; }
p { color: rgb(206,63,237); }
H1.HeaderClassName
{
color: #CE3FED;
}
.AnyTagClassName
{
color: #CE3FED;
}
</style>
background-color css
<style>
a { background-color: #CE3FED; }
a { background-color: rgb(206,63,237); }
div.DivClassName
{
background-color: #CE3FED;
}
.BgClassName
{
background-color: #CE3FED;
}
</style>
border-color css
<style>
span { border-color: #CE3FED; }
span { border-color: rgb(206,63,237); }
td.TdClassName
{
border-color: #CE3FED;
}
.TagClassName
{
border-color: #CE3FED;
}
</style>