Shades of Medium Orchid #CE30ED
Tints of Medium Orchid #CE30ED
RGB
CMYK
RGB Variations
Color information
#CE30ED (or 0xCE30ED) is known color: Medium Orchid. HEX triplet: CE, 30 and ED. RGB value is (206,48,237). Sum of RGB (Red+Green+Blue) = 206+48+237=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30ED is #31CF12. Grayscale: #747474. Windows color (decimal): -3264275 or 15544526. OLE color: 15544526.
HSL color Cylindrical-coordinate representation of color #CE30ED: hue angle of 290.16º degrees, saturation: 0.84, 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 #CE30ED is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 48 | 237 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.07 |
| HSL | 290.16º | 0.84% | 0.56% | - |
| HSV(B) | 290.16º | 0.8% | 0.93% | - |
| XYZ | 41.8 | 21.35 | 82.04 | - |
| YUV | 116.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 237 | 0.13 | 0.80 | 0 | 0.07 | 290.16 | 0.84 | 0.56 |
| Hex | CE | 30 | ED | D | 50 | 0 | 7 | 122 | 54 | 38 |
| Octal | 316 | 60 | 355 | 15 | 120 | 0 | 7 | 442 | 124 | 70 |
| Binary | 11001110 | 110000 | 11101101 | 1101 | 1010000 | 0 | 111 | 100100010 | 1010100 | 111000 |
Color Harmonies of #CE30ED
Complementary color
Monochromatic Colors of #CE30ED
Black with #CE30ED
Text Example
Text Example
White with #CE30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30ED; }
p { color: rgb(206,48,237); }
H1.HeaderClassName
{
color: #CE30ED;
}
.AnyTagClassName
{
color: #CE30ED;
}
</style>
background-color css
<style>
a { background-color: #CE30ED; }
a { background-color: rgb(206,48,237); }
div.DivClassName
{
background-color: #CE30ED;
}
.BgClassName
{
background-color: #CE30ED;
}
</style>
border-color css
<style>
span { border-color: #CE30ED; }
span { border-color: rgb(206,48,237); }
td.TdClassName
{
border-color: #CE30ED;
}
.TagClassName
{
border-color: #CE30ED;
}
</style>