Shades of Medium Orchid #CE36F2
Tints of Medium Orchid #CE36F2
RGB
CMYK
RGB Variations
Color information
#CE36F2 (or 0xCE36F2) is known color: Medium Orchid. HEX triplet: CE, 36 and F2. RGB value is (206,54,242). Sum of RGB (Red+Green+Blue) = 206+54+242=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE36F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36F2 is #31C90D. Grayscale: #787878. Windows color (decimal): -3262734 or 15873742. OLE color: 15873742.
HSL color Cylindrical-coordinate representation of color #CE36F2: hue angle of 288.51º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE36F2 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 54 | 242 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.05 |
| HSL | 288.51º | 0.88% | 0.58% | - |
| HSV(B) | 288.51º | 0.78% | 0.95% | - |
| XYZ | 42.8 | 22.17 | 86.03 | - |
| YUV | 120.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 242 | 0.15 | 0.78 | 0 | 0.05 | 288.51 | 0.88 | 0.58 |
| Hex | CE | 36 | F2 | F | 4E | 0 | 5 | 121 | 58 | 3A |
| Octal | 316 | 66 | 362 | 17 | 116 | 0 | 5 | 441 | 130 | 72 |
| Binary | 11001110 | 110110 | 11110010 | 1111 | 1001110 | 0 | 101 | 100100001 | 1011000 | 111010 |
Color Harmonies of #CE36F2
Complementary color
Monochromatic Colors of #CE36F2
Black with #CE36F2
Text Example
Text Example
White with #CE36F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36F2; }
p { color: rgb(206,54,242); }
H1.HeaderClassName
{
color: #CE36F2;
}
.AnyTagClassName
{
color: #CE36F2;
}
</style>
background-color css
<style>
a { background-color: #CE36F2; }
a { background-color: rgb(206,54,242); }
div.DivClassName
{
background-color: #CE36F2;
}
.BgClassName
{
background-color: #CE36F2;
}
</style>
border-color css
<style>
span { border-color: #CE36F2; }
span { border-color: rgb(206,54,242); }
td.TdClassName
{
border-color: #CE36F2;
}
.TagClassName
{
border-color: #CE36F2;
}
</style>