Shades of Medium Orchid #CE37F7
Tints of Medium Orchid #CE37F7
RGB
CMYK
RGB Variations
Color information
#CE37F7 (or 0xCE37F7) is known color: Medium Orchid. HEX triplet: CE, 37 and F7. RGB value is (206,55,247). Sum of RGB (Red+Green+Blue) = 206+55+247=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE37F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37F7 is #31C808. Grayscale: #797979. Windows color (decimal): -3262473 or 16201678. OLE color: 16201678.
HSL color Cylindrical-coordinate representation of color #CE37F7: hue angle of 287.19º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE37F7 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 55 | 247 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.03 |
| HSL | 287.19º | 0.92% | 0.59% | - |
| HSV(B) | 287.19º | 0.78% | 0.97% | - |
| XYZ | 43.61 | 22.57 | 90.05 | - |
| YUV | 122.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 247 | 0.17 | 0.78 | 0 | 0.03 | 287.19 | 0.92 | 0.59 |
| Hex | CE | 37 | F7 | 11 | 4E | 0 | 3 | 11F | 5C | 3B |
| Octal | 316 | 67 | 367 | 21 | 116 | 0 | 3 | 437 | 134 | 73 |
| Binary | 11001110 | 110111 | 11110111 | 10001 | 1001110 | 0 | 11 | 100011111 | 1011100 | 111011 |
Color Harmonies of #CE37F7
Complementary color
Monochromatic Colors of #CE37F7
Black with #CE37F7
Text Example
Text Example
White with #CE37F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37F7; }
p { color: rgb(206,55,247); }
H1.HeaderClassName
{
color: #CE37F7;
}
.AnyTagClassName
{
color: #CE37F7;
}
</style>
background-color css
<style>
a { background-color: #CE37F7; }
a { background-color: rgb(206,55,247); }
div.DivClassName
{
background-color: #CE37F7;
}
.BgClassName
{
background-color: #CE37F7;
}
</style>
border-color css
<style>
span { border-color: #CE37F7; }
span { border-color: rgb(206,55,247); }
td.TdClassName
{
border-color: #CE37F7;
}
.TagClassName
{
border-color: #CE37F7;
}
</style>