Shades of Medium Orchid #CE50D6
Tints of Medium Orchid #CE50D6
RGB
CMYK
RGB Variations
Color information
#CE50D6 (or 0xCE50D6) is known color: Medium Orchid. HEX triplet: CE, 50 and D6. RGB value is (206,80,214). Sum of RGB (Red+Green+Blue) = 206+80+214=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D6 is #31AF29. Grayscale: #848484. Windows color (decimal): -3256106 or 14045390. OLE color: 14045390.
HSL color Cylindrical-coordinate representation of color #CE50D6: hue angle of 296.42º degrees, saturation: 0.62, 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 #CE50D6 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 80 | 214 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.16 |
| HSL | 296.42º | 0.62% | 0.58% | - |
| HSV(B) | 296.42º | 0.63% | 0.84% | - |
| XYZ | 40.46 | 23.71 | 66.06 | - |
| YUV | 132.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 214 | 0.04 | 0.63 | 0 | 0.16 | 296.42 | 0.62 | 0.58 |
| Hex | CE | 50 | D6 | 4 | 3F | 0 | 10 | 128 | 3E | 3A |
| Octal | 316 | 120 | 326 | 4 | 77 | 0 | 20 | 450 | 76 | 72 |
| Binary | 11001110 | 1010000 | 11010110 | 100 | 111111 | 0 | 10000 | 100101000 | 111110 | 111010 |
Color Harmonies of #CE50D6
Complementary color
Monochromatic Colors of #CE50D6
Black with #CE50D6
Text Example
Text Example
White with #CE50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50D6; }
p { color: rgb(206,80,214); }
H1.HeaderClassName
{
color: #CE50D6;
}
.AnyTagClassName
{
color: #CE50D6;
}
</style>
background-color css
<style>
a { background-color: #CE50D6; }
a { background-color: rgb(206,80,214); }
div.DivClassName
{
background-color: #CE50D6;
}
.BgClassName
{
background-color: #CE50D6;
}
</style>
border-color css
<style>
span { border-color: #CE50D6; }
span { border-color: rgb(206,80,214); }
td.TdClassName
{
border-color: #CE50D6;
}
.TagClassName
{
border-color: #CE50D6;
}
</style>