Shades of Medium Orchid #CE36F9
Tints of Medium Orchid #CE36F9
RGB
CMYK
RGB Variations
Color information
#CE36F9 (or 0xCE36F9) is known color: Medium Orchid. HEX triplet: CE, 36 and F9. RGB value is (206,54,249). Sum of RGB (Red+Green+Blue) = 206+54+249=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 54 (21.48% from 255 or 10.61% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE36F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36F9 is #31C906. Grayscale: #797979. Windows color (decimal): -3262727 or 16332494. OLE color: 16332494.
HSL color Cylindrical-coordinate representation of color #CE36F9: hue angle of 286.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE36F9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 54 | 249 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.02 |
| HSL | 286.77º | 0.94% | 0.59% | - |
| HSV(B) | 286.77º | 0.78% | 0.98% | - |
| XYZ | 43.87 | 22.6 | 91.67 | - |
| YUV | 121.68 | 199.86 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 249 | 0.17 | 0.78 | 0 | 0.02 | 286.77 | 0.94 | 0.59 |
| Hex | CE | 36 | F9 | 11 | 4E | 0 | 2 | 11F | 5E | 3B |
| Octal | 316 | 66 | 371 | 21 | 116 | 0 | 2 | 437 | 136 | 73 |
| Binary | 11001110 | 110110 | 11111001 | 10001 | 1001110 | 0 | 10 | 100011111 | 1011110 | 111011 |
Color Harmonies of #CE36F9
Complementary color
Monochromatic Colors of #CE36F9
Black with #CE36F9
Text Example
Text Example
White with #CE36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36F9; }
p { color: rgb(206,54,249); }
H1.HeaderClassName
{
color: #CE36F9;
}
.AnyTagClassName
{
color: #CE36F9;
}
</style>
background-color css
<style>
a { background-color: #CE36F9; }
a { background-color: rgb(206,54,249); }
div.DivClassName
{
background-color: #CE36F9;
}
.BgClassName
{
background-color: #CE36F9;
}
</style>
border-color css
<style>
span { border-color: #CE36F9; }
span { border-color: rgb(206,54,249); }
td.TdClassName
{
border-color: #CE36F9;
}
.TagClassName
{
border-color: #CE36F9;
}
</style>