Shades of Medium Orchid #CE47DD
Tints of Medium Orchid #CE47DD
RGB
CMYK
RGB Variations
Color information
#CE47DD (or 0xCE47DD) is known color: Medium Orchid. HEX triplet: CE, 47 and DD. RGB value is (206,71,221). Sum of RGB (Red+Green+Blue) = 206+71+221=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47DD is #31B822. Grayscale: #808080. Windows color (decimal): -3258403 or 14501838. OLE color: 14501838.
HSL color Cylindrical-coordinate representation of color #CE47DD: hue angle of 294º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE47DD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 71 | 221 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 294º | 0.69% | 0.57% | - |
| HSV(B) | 294º | 0.68% | 0.87% | - |
| XYZ | 40.76 | 22.85 | 70.67 | - |
| YUV | 128.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 221 | 0.07 | 0.68 | 0 | 0.13 | 294 | 0.69 | 0.57 |
| Hex | CE | 47 | DD | 7 | 44 | 0 | D | 126 | 45 | 39 |
| Octal | 316 | 107 | 335 | 7 | 104 | 0 | 15 | 446 | 105 | 71 |
| Binary | 11001110 | 1000111 | 11011101 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000101 | 111001 |
Color Harmonies of #CE47DD
Complementary color
Monochromatic Colors of #CE47DD
Black with #CE47DD
Text Example
Text Example
White with #CE47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47DD; }
p { color: rgb(206,71,221); }
H1.HeaderClassName
{
color: #CE47DD;
}
.AnyTagClassName
{
color: #CE47DD;
}
</style>
background-color css
<style>
a { background-color: #CE47DD; }
a { background-color: rgb(206,71,221); }
div.DivClassName
{
background-color: #CE47DD;
}
.BgClassName
{
background-color: #CE47DD;
}
</style>
border-color css
<style>
span { border-color: #CE47DD; }
span { border-color: rgb(206,71,221); }
td.TdClassName
{
border-color: #CE47DD;
}
.TagClassName
{
border-color: #CE47DD;
}
</style>