Shades of Medium Orchid #CE3CEF
Tints of Medium Orchid #CE3CEF
RGB
CMYK
RGB Variations
Color information
#CE3CEF (or 0xCE3CEF) is known color: Medium Orchid. HEX triplet: CE, 3C and EF. RGB value is (206,60,239). Sum of RGB (Red+Green+Blue) = 206+60+239=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CEF is #31C310. Grayscale: #7B7B7B. Windows color (decimal): -3261201 or 15678670. OLE color: 15678670.
HSL color Cylindrical-coordinate representation of color #CE3CEF: hue angle of 288.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3CEF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 60 | 239 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.06 |
| HSL | 288.94º | 0.85% | 0.59% | - |
| HSV(B) | 288.94º | 0.75% | 0.94% | - |
| XYZ | 42.65 | 22.59 | 83.77 | - |
| YUV | 124.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 239 | 0.14 | 0.75 | 0 | 0.06 | 288.94 | 0.85 | 0.59 |
| Hex | CE | 3C | EF | E | 4B | 0 | 6 | 121 | 55 | 3B |
| Octal | 316 | 74 | 357 | 16 | 113 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11001110 | 111100 | 11101111 | 1110 | 1001011 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #CE3CEF
Complementary color
Monochromatic Colors of #CE3CEF
Black with #CE3CEF
Text Example
Text Example
White with #CE3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CEF; }
p { color: rgb(206,60,239); }
H1.HeaderClassName
{
color: #CE3CEF;
}
.AnyTagClassName
{
color: #CE3CEF;
}
</style>
background-color css
<style>
a { background-color: #CE3CEF; }
a { background-color: rgb(206,60,239); }
div.DivClassName
{
background-color: #CE3CEF;
}
.BgClassName
{
background-color: #CE3CEF;
}
</style>
border-color css
<style>
span { border-color: #CE3CEF; }
span { border-color: rgb(206,60,239); }
td.TdClassName
{
border-color: #CE3CEF;
}
.TagClassName
{
border-color: #CE3CEF;
}
</style>