Shades of Medium Orchid #CE45EF
Tints of Medium Orchid #CE45EF
RGB
CMYK
RGB Variations
Color information
#CE45EF (or 0xCE45EF) is known color: Medium Orchid. HEX triplet: CE, 45 and EF. RGB value is (206,69,239). Sum of RGB (Red+Green+Blue) = 206+69+239=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45EF is #31BA10. Grayscale: #808080. Windows color (decimal): -3258897 or 15680974. OLE color: 15680974.
HSL color Cylindrical-coordinate representation of color #CE45EF: hue angle of 288.35º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE45EF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 69 | 239 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.06 |
| HSL | 288.35º | 0.84% | 0.6% | - |
| HSV(B) | 288.35º | 0.71% | 0.94% | - |
| XYZ | 43.16 | 23.61 | 83.94 | - |
| YUV | 129.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 239 | 0.14 | 0.71 | 0 | 0.06 | 288.35 | 0.84 | 0.6 |
| Hex | CE | 45 | EF | E | 47 | 0 | 6 | 120 | 54 | 3C |
| Octal | 316 | 105 | 357 | 16 | 107 | 0 | 6 | 440 | 124 | 74 |
| Binary | 11001110 | 1000101 | 11101111 | 1110 | 1000111 | 0 | 110 | 100100000 | 1010100 | 111100 |
Color Harmonies of #CE45EF
Complementary color
Monochromatic Colors of #CE45EF
Black with #CE45EF
Text Example
Text Example
White with #CE45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45EF; }
p { color: rgb(206,69,239); }
H1.HeaderClassName
{
color: #CE45EF;
}
.AnyTagClassName
{
color: #CE45EF;
}
</style>
background-color css
<style>
a { background-color: #CE45EF; }
a { background-color: rgb(206,69,239); }
div.DivClassName
{
background-color: #CE45EF;
}
.BgClassName
{
background-color: #CE45EF;
}
</style>
border-color css
<style>
span { border-color: #CE45EF; }
span { border-color: rgb(206,69,239); }
td.TdClassName
{
border-color: #CE45EF;
}
.TagClassName
{
border-color: #CE45EF;
}
</style>