Shades of Medium Orchid #D237E1
Tints of Medium Orchid #D237E1
RGB
CMYK
RGB Variations
Color information
#D237E1 (or 0xD237E1) is known color: Medium Orchid. HEX triplet: D2, 37 and E1. RGB value is (210,55,225). Sum of RGB (Red+Green+Blue) = 210+55+225=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #D237E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237E1 is #2DC81E. Grayscale: #787878. Windows color (decimal): -3000351 or 14759890. OLE color: 14759890.
HSL color Cylindrical-coordinate representation of color #D237E1: hue angle of 294.71º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D237E1 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 55 | 225 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.12 |
| HSL | 294.71º | 0.74% | 0.55% | - |
| HSV(B) | 294.71º | 0.76% | 0.88% | - |
| XYZ | 41.54 | 21.87 | 73.27 | - |
| YUV | 120.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 225 | 0.07 | 0.76 | 0 | 0.12 | 294.71 | 0.74 | 0.55 |
| Hex | D2 | 37 | E1 | 7 | 4C | 0 | C | 127 | 4A | 37 |
| Octal | 322 | 67 | 341 | 7 | 114 | 0 | 14 | 447 | 112 | 67 |
| Binary | 11010010 | 110111 | 11100001 | 111 | 1001100 | 0 | 1100 | 100100111 | 1001010 | 110111 |
Color Harmonies of #D237E1
Complementary color
Monochromatic Colors of #D237E1
Black with #D237E1
Text Example
Text Example
White with #D237E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237E1; }
p { color: rgb(210,55,225); }
H1.HeaderClassName
{
color: #D237E1;
}
.AnyTagClassName
{
color: #D237E1;
}
</style>
background-color css
<style>
a { background-color: #D237E1; }
a { background-color: rgb(210,55,225); }
div.DivClassName
{
background-color: #D237E1;
}
.BgClassName
{
background-color: #D237E1;
}
</style>
border-color css
<style>
span { border-color: #D237E1; }
span { border-color: rgb(210,55,225); }
td.TdClassName
{
border-color: #D237E1;
}
.TagClassName
{
border-color: #D237E1;
}
</style>