Shades of Medium Orchid #CE3DEF
Tints of Medium Orchid #CE3DEF
RGB
CMYK
RGB Variations
Color information
#CE3DEF (or 0xCE3DEF) is known color: Medium Orchid. HEX triplet: CE, 3D and EF. RGB value is (206,61,239). Sum of RGB (Red+Green+Blue) = 206+61+239=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE3DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DEF is #31C210. Grayscale: #7C7C7C. Windows color (decimal): -3260945 or 15678926. OLE color: 15678926.
HSL color Cylindrical-coordinate representation of color #CE3DEF: hue angle of 288.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3DEF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 61 | 239 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.06 |
| HSL | 288.88º | 0.85% | 0.59% | - |
| HSV(B) | 288.88º | 0.74% | 0.94% | - |
| XYZ | 42.7 | 22.69 | 83.79 | - |
| YUV | 124.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 239 | 0.14 | 0.74 | 0 | 0.06 | 288.88 | 0.85 | 0.59 |
| Hex | CE | 3D | EF | E | 4A | 0 | 6 | 121 | 55 | 3B |
| Octal | 316 | 75 | 357 | 16 | 112 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11001110 | 111101 | 11101111 | 1110 | 1001010 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #CE3DEF
Complementary color
Monochromatic Colors of #CE3DEF
Black with #CE3DEF
Text Example
Text Example
White with #CE3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DEF; }
p { color: rgb(206,61,239); }
H1.HeaderClassName
{
color: #CE3DEF;
}
.AnyTagClassName
{
color: #CE3DEF;
}
</style>
background-color css
<style>
a { background-color: #CE3DEF; }
a { background-color: rgb(206,61,239); }
div.DivClassName
{
background-color: #CE3DEF;
}
.BgClassName
{
background-color: #CE3DEF;
}
</style>
border-color css
<style>
span { border-color: #CE3DEF; }
span { border-color: rgb(206,61,239); }
td.TdClassName
{
border-color: #CE3DEF;
}
.TagClassName
{
border-color: #CE3DEF;
}
</style>