Shades of Medium Orchid #CE37D6
Tints of Medium Orchid #CE37D6
RGB
CMYK
RGB Variations
Color information
#CE37D6 (or 0xCE37D6) is known color: Medium Orchid. HEX triplet: CE, 37 and D6. RGB value is (206,55,214). Sum of RGB (Red+Green+Blue) = 206+55+214=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37D6 is #31C829. Grayscale: #757575. Windows color (decimal): -3262506 or 14038990. OLE color: 14038990.
HSL color Cylindrical-coordinate representation of color #CE37D6: hue angle of 296.98º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE37D6 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 55 | 214 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.16 |
| HSL | 296.98º | 0.66% | 0.53% | - |
| HSV(B) | 296.98º | 0.74% | 0.84% | - |
| XYZ | 38.96 | 20.71 | 65.56 | - |
| YUV | 118.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 214 | 0.04 | 0.74 | 0 | 0.16 | 296.98 | 0.66 | 0.53 |
| Hex | CE | 37 | D6 | 4 | 4A | 0 | 10 | 129 | 42 | 35 |
| Octal | 316 | 67 | 326 | 4 | 112 | 0 | 20 | 451 | 102 | 65 |
| Binary | 11001110 | 110111 | 11010110 | 100 | 1001010 | 0 | 10000 | 100101001 | 1000010 | 110101 |
Color Harmonies of #CE37D6
Complementary color
Monochromatic Colors of #CE37D6
Black with #CE37D6
Text Example
Text Example
White with #CE37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37D6; }
p { color: rgb(206,55,214); }
H1.HeaderClassName
{
color: #CE37D6;
}
.AnyTagClassName
{
color: #CE37D6;
}
</style>
background-color css
<style>
a { background-color: #CE37D6; }
a { background-color: rgb(206,55,214); }
div.DivClassName
{
background-color: #CE37D6;
}
.BgClassName
{
background-color: #CE37D6;
}
</style>
border-color css
<style>
span { border-color: #CE37D6; }
span { border-color: rgb(206,55,214); }
td.TdClassName
{
border-color: #CE37D6;
}
.TagClassName
{
border-color: #CE37D6;
}
</style>