Shades of Medium Orchid #CE41EC
Tints of Medium Orchid #CE41EC
RGB
CMYK
RGB Variations
Color information
#CE41EC (or 0xCE41EC) is known color: Medium Orchid. HEX triplet: CE, 41 and EC. RGB value is (206,65,236). Sum of RGB (Red+Green+Blue) = 206+65+236=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41EC is #31BE13. Grayscale: #7E7E7E. Windows color (decimal): -3259924 or 15483342. OLE color: 15483342.
HSL color Cylindrical-coordinate representation of color #CE41EC: hue angle of 289.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE41EC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 65 | 236 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.07 |
| HSL | 289.47º | 0.82% | 0.59% | - |
| HSV(B) | 289.47º | 0.72% | 0.93% | - |
| XYZ | 42.48 | 22.96 | 81.55 | - |
| YUV | 126.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 236 | 0.13 | 0.72 | 0 | 0.07 | 289.47 | 0.82 | 0.59 |
| Hex | CE | 41 | EC | D | 48 | 0 | 7 | 121 | 52 | 3B |
| Octal | 316 | 101 | 354 | 15 | 110 | 0 | 7 | 441 | 122 | 73 |
| Binary | 11001110 | 1000001 | 11101100 | 1101 | 1001000 | 0 | 111 | 100100001 | 1010010 | 111011 |
Color Harmonies of #CE41EC
Complementary color
Monochromatic Colors of #CE41EC
Black with #CE41EC
Text Example
Text Example
White with #CE41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41EC; }
p { color: rgb(206,65,236); }
H1.HeaderClassName
{
color: #CE41EC;
}
.AnyTagClassName
{
color: #CE41EC;
}
</style>
background-color css
<style>
a { background-color: #CE41EC; }
a { background-color: rgb(206,65,236); }
div.DivClassName
{
background-color: #CE41EC;
}
.BgClassName
{
background-color: #CE41EC;
}
</style>
border-color css
<style>
span { border-color: #CE41EC; }
span { border-color: rgb(206,65,236); }
td.TdClassName
{
border-color: #CE41EC;
}
.TagClassName
{
border-color: #CE41EC;
}
</style>