Shades of Medium Orchid #CE56DC
Tints of Medium Orchid #CE56DC
RGB
CMYK
RGB Variations
Color information
#CE56DC (or 0xCE56DC) is known color: Medium Orchid. HEX triplet: CE, 56 and DC. RGB value is (206,86,220). Sum of RGB (Red+Green+Blue) = 206+86+220=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56DC is #31A923. Grayscale: #888888. Windows color (decimal): -3254564 or 14440142. OLE color: 14440142.
HSL color Cylindrical-coordinate representation of color #CE56DC: hue angle of 293.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE56DC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 86 | 220 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.14 |
| HSL | 293.73º | 0.66% | 0.6% | - |
| HSV(B) | 293.73º | 0.61% | 0.86% | - |
| XYZ | 41.7 | 24.94 | 70.33 | - |
| YUV | 137.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 220 | 0.06 | 0.61 | 0 | 0.14 | 293.73 | 0.66 | 0.6 |
| Hex | CE | 56 | DC | 6 | 3D | 0 | E | 126 | 42 | 3C |
| Octal | 316 | 126 | 334 | 6 | 75 | 0 | 16 | 446 | 102 | 74 |
| Binary | 11001110 | 1010110 | 11011100 | 110 | 111101 | 0 | 1110 | 100100110 | 1000010 | 111100 |
Color Harmonies of #CE56DC
Complementary color
Monochromatic Colors of #CE56DC
Black with #CE56DC
Text Example
Text Example
White with #CE56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56DC; }
p { color: rgb(206,86,220); }
H1.HeaderClassName
{
color: #CE56DC;
}
.AnyTagClassName
{
color: #CE56DC;
}
</style>
background-color css
<style>
a { background-color: #CE56DC; }
a { background-color: rgb(206,86,220); }
div.DivClassName
{
background-color: #CE56DC;
}
.BgClassName
{
background-color: #CE56DC;
}
</style>
border-color css
<style>
span { border-color: #CE56DC; }
span { border-color: rgb(206,86,220); }
td.TdClassName
{
border-color: #CE56DC;
}
.TagClassName
{
border-color: #CE56DC;
}
</style>