Shades of Medium Orchid #CE30EC
Tints of Medium Orchid #CE30EC
RGB
CMYK
RGB Variations
Color information
#CE30EC (or 0xCE30EC) is known color: Medium Orchid. HEX triplet: CE, 30 and EC. RGB value is (206,48,236). Sum of RGB (Red+Green+Blue) = 206+48+236=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30EC is #31CF13. Grayscale: #747474. Windows color (decimal): -3264276 or 15478990. OLE color: 15478990.
HSL color Cylindrical-coordinate representation of color #CE30EC: hue angle of 290.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE30EC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 48 | 236 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.07 |
| HSL | 290.43º | 0.83% | 0.56% | - |
| HSV(B) | 290.43º | 0.8% | 0.93% | - |
| XYZ | 41.65 | 21.29 | 81.27 | - |
| YUV | 116.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 236 | 0.13 | 0.80 | 0 | 0.07 | 290.43 | 0.83 | 0.56 |
| Hex | CE | 30 | EC | D | 50 | 0 | 7 | 122 | 53 | 38 |
| Octal | 316 | 60 | 354 | 15 | 120 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001110 | 110000 | 11101100 | 1101 | 1010000 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CE30EC
Complementary color
Monochromatic Colors of #CE30EC
Black with #CE30EC
Text Example
Text Example
White with #CE30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30EC; }
p { color: rgb(206,48,236); }
H1.HeaderClassName
{
color: #CE30EC;
}
.AnyTagClassName
{
color: #CE30EC;
}
</style>
background-color css
<style>
a { background-color: #CE30EC; }
a { background-color: rgb(206,48,236); }
div.DivClassName
{
background-color: #CE30EC;
}
.BgClassName
{
background-color: #CE30EC;
}
</style>
border-color css
<style>
span { border-color: #CE30EC; }
span { border-color: rgb(206,48,236); }
td.TdClassName
{
border-color: #CE30EC;
}
.TagClassName
{
border-color: #CE30EC;
}
</style>