Shades of Medium Orchid #CE41DE
Tints of Medium Orchid #CE41DE
RGB
CMYK
RGB Variations
Color information
#CE41DE (or 0xCE41DE) is known color: Medium Orchid. HEX triplet: CE, 41 and DE. RGB value is (206,65,222). Sum of RGB (Red+Green+Blue) = 206+65+222=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE41DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DE is #31BE21. Grayscale: #7C7C7C. Windows color (decimal): -3259938 or 14565838. OLE color: 14565838.
HSL color Cylindrical-coordinate representation of color #CE41DE: hue angle of 293.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE41DE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 65 | 222 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.13 |
| HSL | 293.89º | 0.7% | 0.56% | - |
| HSV(B) | 293.89º | 0.71% | 0.87% | - |
| XYZ | 40.53 | 22.18 | 71.25 | - |
| YUV | 125.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 222 | 0.07 | 0.71 | 0 | 0.13 | 293.89 | 0.7 | 0.56 |
| Hex | CE | 41 | DE | 7 | 47 | 0 | D | 126 | 46 | 38 |
| Octal | 316 | 101 | 336 | 7 | 107 | 0 | 15 | 446 | 106 | 70 |
| Binary | 11001110 | 1000001 | 11011110 | 111 | 1000111 | 0 | 1101 | 100100110 | 1000110 | 111000 |
Color Harmonies of #CE41DE
Complementary color
Monochromatic Colors of #CE41DE
Black with #CE41DE
Text Example
Text Example
White with #CE41DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41DE; }
p { color: rgb(206,65,222); }
H1.HeaderClassName
{
color: #CE41DE;
}
.AnyTagClassName
{
color: #CE41DE;
}
</style>
background-color css
<style>
a { background-color: #CE41DE; }
a { background-color: rgb(206,65,222); }
div.DivClassName
{
background-color: #CE41DE;
}
.BgClassName
{
background-color: #CE41DE;
}
</style>
border-color css
<style>
span { border-color: #CE41DE; }
span { border-color: rgb(206,65,222); }
td.TdClassName
{
border-color: #CE41DE;
}
.TagClassName
{
border-color: #CE41DE;
}
</style>