Shades of Medium Orchid #CE55DC
Tints of Medium Orchid #CE55DC
RGB
CMYK
RGB Variations
Color information
#CE55DC (or 0xCE55DC) is known color: Medium Orchid. HEX triplet: CE, 55 and DC. RGB value is (206,85,220). Sum of RGB (Red+Green+Blue) = 206+85+220=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55DC is #31AA23. Grayscale: #888888. Windows color (decimal): -3254820 or 14439886. OLE color: 14439886.
HSL color Cylindrical-coordinate representation of color #CE55DC: hue angle of 293.78º 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 #CE55DC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 85 | 220 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.14 |
| HSL | 293.78º | 0.66% | 0.6% | - |
| HSV(B) | 293.78º | 0.61% | 0.86% | - |
| XYZ | 41.62 | 24.79 | 70.3 | - |
| YUV | 136.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 220 | 0.06 | 0.61 | 0 | 0.14 | 293.78 | 0.66 | 0.6 |
| Hex | CE | 55 | DC | 6 | 3D | 0 | E | 126 | 42 | 3C |
| Octal | 316 | 125 | 334 | 6 | 75 | 0 | 16 | 446 | 102 | 74 |
| Binary | 11001110 | 1010101 | 11011100 | 110 | 111101 | 0 | 1110 | 100100110 | 1000010 | 111100 |
Color Harmonies of #CE55DC
Complementary color
Monochromatic Colors of #CE55DC
Black with #CE55DC
Text Example
Text Example
White with #CE55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55DC; }
p { color: rgb(206,85,220); }
H1.HeaderClassName
{
color: #CE55DC;
}
.AnyTagClassName
{
color: #CE55DC;
}
</style>
background-color css
<style>
a { background-color: #CE55DC; }
a { background-color: rgb(206,85,220); }
div.DivClassName
{
background-color: #CE55DC;
}
.BgClassName
{
background-color: #CE55DC;
}
</style>
border-color css
<style>
span { border-color: #CE55DC; }
span { border-color: rgb(206,85,220); }
td.TdClassName
{
border-color: #CE55DC;
}
.TagClassName
{
border-color: #CE55DC;
}
</style>