Shades of Medium Orchid #CE37FE
Tints of Medium Orchid #CE37FE
RGB
CMYK
RGB Variations
Color information
#CE37FE (or 0xCE37FE) is known color: Medium Orchid. HEX triplet: CE, 37 and FE. RGB value is (206,55,254). Sum of RGB (Red+Green+Blue) = 206+55+254=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37FE is #31C801. Grayscale: #7A7A7A. Windows color (decimal): -3262466 or 16660430. OLE color: 16660430.
HSL color Cylindrical-coordinate representation of color #CE37FE: hue angle of 285.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE37FE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 55 | 254 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.00 |
| HSL | 285.53º | 0.99% | 0.61% | - |
| HSV(B) | 285.53º | 0.78% | 1% | - |
| XYZ | 44.71 | 23.01 | 95.85 | - |
| YUV | 122.84 | 202.03 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 254 | 0.19 | 0.78 | 0 | 0.00 | 285.53 | 0.99 | 0.61 |
| Hex | CE | 37 | FE | 13 | 4E | 0 | 0 | 11E | 63 | 3D |
| Octal | 316 | 67 | 376 | 23 | 116 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11001110 | 110111 | 11111110 | 10011 | 1001110 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #CE37FE
Complementary color
Monochromatic Colors of #CE37FE
Black with #CE37FE
Text Example
Text Example
White with #CE37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37FE; }
p { color: rgb(206,55,254); }
H1.HeaderClassName
{
color: #CE37FE;
}
.AnyTagClassName
{
color: #CE37FE;
}
</style>
background-color css
<style>
a { background-color: #CE37FE; }
a { background-color: rgb(206,55,254); }
div.DivClassName
{
background-color: #CE37FE;
}
.BgClassName
{
background-color: #CE37FE;
}
</style>
border-color css
<style>
span { border-color: #CE37FE; }
span { border-color: rgb(206,55,254); }
td.TdClassName
{
border-color: #CE37FE;
}
.TagClassName
{
border-color: #CE37FE;
}
</style>