Shades of Medium Orchid #CE47DE
Tints of Medium Orchid #CE47DE
RGB
CMYK
RGB Variations
Color information
#CE47DE (or 0xCE47DE) is known color: Medium Orchid. HEX triplet: CE, 47 and DE. RGB value is (206,71,222). Sum of RGB (Red+Green+Blue) = 206+71+222=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE47DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47DE is #31B821. Grayscale: #808080. Windows color (decimal): -3258402 or 14567374. OLE color: 14567374.
HSL color Cylindrical-coordinate representation of color #CE47DE: hue angle of 293.64º degrees, saturation: 0.7, 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 #CE47DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 71 | 222 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 293.64º | 0.7% | 0.57% | - |
| HSV(B) | 293.64º | 0.68% | 0.87% | - |
| XYZ | 40.89 | 22.9 | 71.37 | - |
| YUV | 128.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 222 | 0.07 | 0.68 | 0 | 0.13 | 293.64 | 0.7 | 0.57 |
| Hex | CE | 47 | DE | 7 | 44 | 0 | D | 126 | 46 | 39 |
| Octal | 316 | 107 | 336 | 7 | 104 | 0 | 15 | 446 | 106 | 71 |
| Binary | 11001110 | 1000111 | 11011110 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111001 |
Color Harmonies of #CE47DE
Complementary color
Monochromatic Colors of #CE47DE
Black with #CE47DE
Text Example
Text Example
White with #CE47DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47DE; }
p { color: rgb(206,71,222); }
H1.HeaderClassName
{
color: #CE47DE;
}
.AnyTagClassName
{
color: #CE47DE;
}
</style>
background-color css
<style>
a { background-color: #CE47DE; }
a { background-color: rgb(206,71,222); }
div.DivClassName
{
background-color: #CE47DE;
}
.BgClassName
{
background-color: #CE47DE;
}
</style>
border-color css
<style>
span { border-color: #CE47DE; }
span { border-color: rgb(206,71,222); }
td.TdClassName
{
border-color: #CE47DE;
}
.TagClassName
{
border-color: #CE47DE;
}
</style>