Shades of Medium Orchid #CE50DD
Tints of Medium Orchid #CE50DD
RGB
CMYK
RGB Variations
Color information
#CE50DD (or 0xCE50DD) is known color: Medium Orchid. HEX triplet: CE, 50 and DD. RGB value is (206,80,221). Sum of RGB (Red+Green+Blue) = 206+80+221=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50DD is #31AF22. Grayscale: #858585. Windows color (decimal): -3256099 or 14504142. OLE color: 14504142.
HSL color Cylindrical-coordinate representation of color #CE50DD: hue angle of 293.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE50DD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 80 | 221 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.62º | 0.67% | 0.59% | - |
| HSV(B) | 293.62º | 0.64% | 0.87% | - |
| XYZ | 41.37 | 24.08 | 70.87 | - |
| YUV | 133.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 221 | 0.07 | 0.64 | 0 | 0.13 | 293.62 | 0.67 | 0.59 |
| Hex | CE | 50 | DD | 7 | 40 | 0 | D | 126 | 43 | 3B |
| Octal | 316 | 120 | 335 | 7 | 100 | 0 | 15 | 446 | 103 | 73 |
| Binary | 11001110 | 1010000 | 11011101 | 111 | 1000000 | 0 | 1101 | 100100110 | 1000011 | 111011 |
Color Harmonies of #CE50DD
Complementary color
Monochromatic Colors of #CE50DD
Black with #CE50DD
Text Example
Text Example
White with #CE50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50DD; }
p { color: rgb(206,80,221); }
H1.HeaderClassName
{
color: #CE50DD;
}
.AnyTagClassName
{
color: #CE50DD;
}
</style>
background-color css
<style>
a { background-color: #CE50DD; }
a { background-color: rgb(206,80,221); }
div.DivClassName
{
background-color: #CE50DD;
}
.BgClassName
{
background-color: #CE50DD;
}
</style>
border-color css
<style>
span { border-color: #CE50DD; }
span { border-color: rgb(206,80,221); }
td.TdClassName
{
border-color: #CE50DD;
}
.TagClassName
{
border-color: #CE50DD;
}
</style>