Shades of Medium Orchid #CE3BEF
Tints of Medium Orchid #CE3BEF
RGB
CMYK
RGB Variations
Color information
#CE3BEF (or 0xCE3BEF) is known color: Medium Orchid. HEX triplet: CE, 3B and EF. RGB value is (206,59,239). Sum of RGB (Red+Green+Blue) = 206+59+239=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BEF is #31C410. Grayscale: #7A7A7A. Windows color (decimal): -3261457 or 15678414. OLE color: 15678414.
HSL color Cylindrical-coordinate representation of color #CE3BEF: hue angle of 289º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BEF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 59 | 239 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.06 |
| HSL | 289º | 0.85% | 0.58% | - |
| HSV(B) | 289º | 0.75% | 0.94% | - |
| XYZ | 42.6 | 22.48 | 83.76 | - |
| YUV | 123.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 239 | 0.14 | 0.75 | 0 | 0.06 | 289 | 0.85 | 0.58 |
| Hex | CE | 3B | EF | E | 4B | 0 | 6 | 121 | 55 | 3A |
| Octal | 316 | 73 | 357 | 16 | 113 | 0 | 6 | 441 | 125 | 72 |
| Binary | 11001110 | 111011 | 11101111 | 1110 | 1001011 | 0 | 110 | 100100001 | 1010101 | 111010 |
Color Harmonies of #CE3BEF
Complementary color
Monochromatic Colors of #CE3BEF
Black with #CE3BEF
Text Example
Text Example
White with #CE3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BEF; }
p { color: rgb(206,59,239); }
H1.HeaderClassName
{
color: #CE3BEF;
}
.AnyTagClassName
{
color: #CE3BEF;
}
</style>
background-color css
<style>
a { background-color: #CE3BEF; }
a { background-color: rgb(206,59,239); }
div.DivClassName
{
background-color: #CE3BEF;
}
.BgClassName
{
background-color: #CE3BEF;
}
</style>
border-color css
<style>
span { border-color: #CE3BEF; }
span { border-color: rgb(206,59,239); }
td.TdClassName
{
border-color: #CE3BEF;
}
.TagClassName
{
border-color: #CE3BEF;
}
</style>