Shades of Medium Orchid #CE56D7
Tints of Medium Orchid #CE56D7
RGB
CMYK
RGB Variations
Color information
#CE56D7 (or 0xCE56D7) is known color: Medium Orchid. HEX triplet: CE, 56 and D7. RGB value is (206,86,215). Sum of RGB (Red+Green+Blue) = 206+86+215=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE56D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56D7 is #31A928. Grayscale: #888888. Windows color (decimal): -3254569 or 14112462. OLE color: 14112462.
HSL color Cylindrical-coordinate representation of color #CE56D7: hue angle of 295.81º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE56D7 is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 86 | 215 | - |
| CMYK | 0.04 | 0.6 | 0 | 0.16 |
| HSL | 295.81º | 0.62% | 0.59% | - |
| HSV(B) | 295.81º | 0.6% | 0.84% | - |
| XYZ | 41.05 | 24.68 | 66.89 | - |
| YUV | 136.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 215 | 0.04 | 0.6 | 0 | 0.16 | 295.81 | 0.62 | 0.59 |
| Hex | CE | 56 | D7 | 4 | 3C | 0 | 10 | 128 | 3E | 3B |
| Octal | 316 | 126 | 327 | 4 | 74 | 0 | 20 | 450 | 76 | 73 |
| Binary | 11001110 | 1010110 | 11010111 | 100 | 111100 | 0 | 10000 | 100101000 | 111110 | 111011 |
Color Harmonies of #CE56D7
Complementary color
Monochromatic Colors of #CE56D7
Black with #CE56D7
Text Example
Text Example
White with #CE56D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56D7; }
p { color: rgb(206,86,215); }
H1.HeaderClassName
{
color: #CE56D7;
}
.AnyTagClassName
{
color: #CE56D7;
}
</style>
background-color css
<style>
a { background-color: #CE56D7; }
a { background-color: rgb(206,86,215); }
div.DivClassName
{
background-color: #CE56D7;
}
.BgClassName
{
background-color: #CE56D7;
}
</style>
border-color css
<style>
span { border-color: #CE56D7; }
span { border-color: rgb(206,86,215); }
td.TdClassName
{
border-color: #CE56D7;
}
.TagClassName
{
border-color: #CE56D7;
}
</style>