Shades of Medium Orchid #CE4CED
Tints of Medium Orchid #CE4CED
RGB
CMYK
RGB Variations
Color information
#CE4CED (or 0xCE4CED) is known color: Medium Orchid. HEX triplet: CE, 4C and ED. RGB value is (206,76,237). Sum of RGB (Red+Green+Blue) = 206+76+237=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CED is #31B312. Grayscale: #848484. Windows color (decimal): -3257107 or 15551694. OLE color: 15551694.
HSL color Cylindrical-coordinate representation of color #CE4CED: hue angle of 288.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4CED is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 76 | 237 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.45º | 0.82% | 0.61% | - |
| HSV(B) | 288.45º | 0.68% | 0.93% | - |
| XYZ | 43.32 | 24.41 | 82.55 | - |
| YUV | 133.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 237 | 0.13 | 0.68 | 0 | 0.07 | 288.45 | 0.82 | 0.61 |
| Hex | CE | 4C | ED | D | 44 | 0 | 7 | 120 | 52 | 3D |
| Octal | 316 | 114 | 355 | 15 | 104 | 0 | 7 | 440 | 122 | 75 |
| Binary | 11001110 | 1001100 | 11101101 | 1101 | 1000100 | 0 | 111 | 100100000 | 1010010 | 111101 |
Color Harmonies of #CE4CED
Complementary color
Monochromatic Colors of #CE4CED
Black with #CE4CED
Text Example
Text Example
White with #CE4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CED; }
p { color: rgb(206,76,237); }
H1.HeaderClassName
{
color: #CE4CED;
}
.AnyTagClassName
{
color: #CE4CED;
}
</style>
background-color css
<style>
a { background-color: #CE4CED; }
a { background-color: rgb(206,76,237); }
div.DivClassName
{
background-color: #CE4CED;
}
.BgClassName
{
background-color: #CE4CED;
}
</style>
border-color css
<style>
span { border-color: #CE4CED; }
span { border-color: rgb(206,76,237); }
td.TdClassName
{
border-color: #CE4CED;
}
.TagClassName
{
border-color: #CE4CED;
}
</style>