Shades of Medium Orchid #CE37F2
Tints of Medium Orchid #CE37F2
RGB
CMYK
RGB Variations
Color information
#CE37F2 (or 0xCE37F2) is known color: Medium Orchid. HEX triplet: CE, 37 and F2. RGB value is (206,55,242). Sum of RGB (Red+Green+Blue) = 206+55+242=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE37F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37F2 is #31C80D. Grayscale: #787878. Windows color (decimal): -3262478 or 15873998. OLE color: 15873998.
HSL color Cylindrical-coordinate representation of color #CE37F2: hue angle of 288.45º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE37F2 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 55 | 242 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.05 |
| HSL | 288.45º | 0.88% | 0.58% | - |
| HSV(B) | 288.45º | 0.77% | 0.95% | - |
| XYZ | 42.85 | 22.26 | 86.04 | - |
| YUV | 121.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 242 | 0.15 | 0.77 | 0 | 0.05 | 288.45 | 0.88 | 0.58 |
| Hex | CE | 37 | F2 | F | 4D | 0 | 5 | 120 | 58 | 3A |
| Octal | 316 | 67 | 362 | 17 | 115 | 0 | 5 | 440 | 130 | 72 |
| Binary | 11001110 | 110111 | 11110010 | 1111 | 1001101 | 0 | 101 | 100100000 | 1011000 | 111010 |
Color Harmonies of #CE37F2
Complementary color
Monochromatic Colors of #CE37F2
Black with #CE37F2
Text Example
Text Example
White with #CE37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37F2; }
p { color: rgb(206,55,242); }
H1.HeaderClassName
{
color: #CE37F2;
}
.AnyTagClassName
{
color: #CE37F2;
}
</style>
background-color css
<style>
a { background-color: #CE37F2; }
a { background-color: rgb(206,55,242); }
div.DivClassName
{
background-color: #CE37F2;
}
.BgClassName
{
background-color: #CE37F2;
}
</style>
border-color css
<style>
span { border-color: #CE37F2; }
span { border-color: rgb(206,55,242); }
td.TdClassName
{
border-color: #CE37F2;
}
.TagClassName
{
border-color: #CE37F2;
}
</style>