Shades of Medium Orchid #CE56EF
Tints of Medium Orchid #CE56EF
RGB
CMYK
RGB Variations
Color information
#CE56EF (or 0xCE56EF) is known color: Medium Orchid. HEX triplet: CE, 56 and EF. RGB value is (206,86,239). Sum of RGB (Red+Green+Blue) = 206+86+239=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56EF is #31A910. Grayscale: #8A8A8A. Windows color (decimal): -3254545 or 15685326. OLE color: 15685326.
HSL color Cylindrical-coordinate representation of color #CE56EF: hue angle of 287.06º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE56EF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 86 | 239 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.06 |
| HSL | 287.06º | 0.83% | 0.64% | - |
| HSV(B) | 287.06º | 0.64% | 0.94% | - |
| XYZ | 44.36 | 26.01 | 84.34 | - |
| YUV | 139.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 239 | 0.14 | 0.64 | 0 | 0.06 | 287.06 | 0.83 | 0.64 |
| Hex | CE | 56 | EF | E | 40 | 0 | 6 | 11F | 53 | 40 |
| Octal | 316 | 126 | 357 | 16 | 100 | 0 | 6 | 437 | 123 | 100 |
| Binary | 11001110 | 1010110 | 11101111 | 1110 | 1000000 | 0 | 110 | 100011111 | 1010011 | 1000000 |
Color Harmonies of #CE56EF
Complementary color
Monochromatic Colors of #CE56EF
Black with #CE56EF
Text Example
Text Example
White with #CE56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56EF; }
p { color: rgb(206,86,239); }
H1.HeaderClassName
{
color: #CE56EF;
}
.AnyTagClassName
{
color: #CE56EF;
}
</style>
background-color css
<style>
a { background-color: #CE56EF; }
a { background-color: rgb(206,86,239); }
div.DivClassName
{
background-color: #CE56EF;
}
.BgClassName
{
background-color: #CE56EF;
}
</style>
border-color css
<style>
span { border-color: #CE56EF; }
span { border-color: rgb(206,86,239); }
td.TdClassName
{
border-color: #CE56EF;
}
.TagClassName
{
border-color: #CE56EF;
}
</style>