Shades of Medium Orchid #CE50D7
Tints of Medium Orchid #CE50D7
RGB
CMYK
RGB Variations
Color information
#CE50D7 (or 0xCE50D7) is known color: Medium Orchid. HEX triplet: CE, 50 and D7. RGB value is (206,80,215). Sum of RGB (Red+Green+Blue) = 206+80+215=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D7 is #31AF28. Grayscale: #848484. Windows color (decimal): -3256105 or 14110926. OLE color: 14110926.
HSL color Cylindrical-coordinate representation of color #CE50D7: hue angle of 296º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE50D7 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 80 | 215 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.16 |
| HSL | 296º | 0.63% | 0.58% | - |
| HSV(B) | 296º | 0.63% | 0.84% | - |
| XYZ | 40.59 | 23.77 | 66.74 | - |
| YUV | 133.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 215 | 0.04 | 0.63 | 0 | 0.16 | 296 | 0.63 | 0.58 |
| Hex | CE | 50 | D7 | 4 | 3F | 0 | 10 | 128 | 3F | 3A |
| Octal | 316 | 120 | 327 | 4 | 77 | 0 | 20 | 450 | 77 | 72 |
| Binary | 11001110 | 1010000 | 11010111 | 100 | 111111 | 0 | 10000 | 100101000 | 111111 | 111010 |
Color Harmonies of #CE50D7
Complementary color
Monochromatic Colors of #CE50D7
Black with #CE50D7
Text Example
Text Example
White with #CE50D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50D7; }
p { color: rgb(206,80,215); }
H1.HeaderClassName
{
color: #CE50D7;
}
.AnyTagClassName
{
color: #CE50D7;
}
</style>
background-color css
<style>
a { background-color: #CE50D7; }
a { background-color: rgb(206,80,215); }
div.DivClassName
{
background-color: #CE50D7;
}
.BgClassName
{
background-color: #CE50D7;
}
</style>
border-color css
<style>
span { border-color: #CE50D7; }
span { border-color: rgb(206,80,215); }
td.TdClassName
{
border-color: #CE50D7;
}
.TagClassName
{
border-color: #CE50D7;
}
</style>