Shades of Medium Orchid #CE51DF
Tints of Medium Orchid #CE51DF
RGB
CMYK
RGB Variations
Color information
#CE51DF (or 0xCE51DF) is known color: Medium Orchid. HEX triplet: CE, 51 and DF. RGB value is (206,81,223). Sum of RGB (Red+Green+Blue) = 206+81+223=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51DF is #31AE20. Grayscale: #868686. Windows color (decimal): -3255841 or 14635470. OLE color: 14635470.
HSL color Cylindrical-coordinate representation of color #CE51DF: hue angle of 292.82º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE51DF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 81 | 223 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.13 |
| HSL | 292.82º | 0.69% | 0.6% | - |
| HSV(B) | 292.82º | 0.64% | 0.87% | - |
| XYZ | 41.72 | 24.33 | 72.31 | - |
| YUV | 134.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 223 | 0.08 | 0.64 | 0 | 0.13 | 292.82 | 0.69 | 0.6 |
| Hex | CE | 51 | DF | 8 | 40 | 0 | D | 125 | 45 | 3C |
| Octal | 316 | 121 | 337 | 10 | 100 | 0 | 15 | 445 | 105 | 74 |
| Binary | 11001110 | 1010001 | 11011111 | 1000 | 1000000 | 0 | 1101 | 100100101 | 1000101 | 111100 |
Color Harmonies of #CE51DF
Complementary color
Monochromatic Colors of #CE51DF
Black with #CE51DF
Text Example
Text Example
White with #CE51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51DF; }
p { color: rgb(206,81,223); }
H1.HeaderClassName
{
color: #CE51DF;
}
.AnyTagClassName
{
color: #CE51DF;
}
</style>
background-color css
<style>
a { background-color: #CE51DF; }
a { background-color: rgb(206,81,223); }
div.DivClassName
{
background-color: #CE51DF;
}
.BgClassName
{
background-color: #CE51DF;
}
</style>
border-color css
<style>
span { border-color: #CE51DF; }
span { border-color: rgb(206,81,223); }
td.TdClassName
{
border-color: #CE51DF;
}
.TagClassName
{
border-color: #CE51DF;
}
</style>