Shades of Medium Orchid #CE50D9
Tints of Medium Orchid #CE50D9
RGB
CMYK
RGB Variations
Color information
#CE50D9 (or 0xCE50D9) is known color: Medium Orchid. HEX triplet: CE, 50 and D9. RGB value is (206,80,217). Sum of RGB (Red+Green+Blue) = 206+80+217=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D9 is #31AF26. Grayscale: #848484. Windows color (decimal): -3256103 or 14241998. OLE color: 14241998.
HSL color Cylindrical-coordinate representation of color #CE50D9: hue angle of 295.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE50D9 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 80 | 217 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.15 |
| HSL | 295.18º | 0.64% | 0.58% | - |
| HSV(B) | 295.18º | 0.63% | 0.85% | - |
| XYZ | 40.85 | 23.87 | 68.1 | - |
| YUV | 133.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 217 | 0.05 | 0.63 | 0 | 0.15 | 295.18 | 0.64 | 0.58 |
| Hex | CE | 50 | D9 | 5 | 3F | 0 | F | 127 | 40 | 3A |
| Octal | 316 | 120 | 331 | 5 | 77 | 0 | 17 | 447 | 100 | 72 |
| Binary | 11001110 | 1010000 | 11011001 | 101 | 111111 | 0 | 1111 | 100100111 | 1000000 | 111010 |
Color Harmonies of #CE50D9
Complementary color
Monochromatic Colors of #CE50D9
Black with #CE50D9
Text Example
Text Example
White with #CE50D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50D9; }
p { color: rgb(206,80,217); }
H1.HeaderClassName
{
color: #CE50D9;
}
.AnyTagClassName
{
color: #CE50D9;
}
</style>
background-color css
<style>
a { background-color: #CE50D9; }
a { background-color: rgb(206,80,217); }
div.DivClassName
{
background-color: #CE50D9;
}
.BgClassName
{
background-color: #CE50D9;
}
</style>
border-color css
<style>
span { border-color: #CE50D9; }
span { border-color: rgb(206,80,217); }
td.TdClassName
{
border-color: #CE50D9;
}
.TagClassName
{
border-color: #CE50D9;
}
</style>