Shades of Medium Orchid #D237E5
Tints of Medium Orchid #D237E5
RGB
CMYK
RGB Variations
Color information
#D237E5 (or 0xD237E5) is known color: Medium Orchid. HEX triplet: D2, 37 and E5. RGB value is (210,55,229). Sum of RGB (Red+Green+Blue) = 210+55+229=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #D237E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237E5 is #2DC81A. Grayscale: #787878. Windows color (decimal): -3000347 or 15022034. OLE color: 15022034.
HSL color Cylindrical-coordinate representation of color #D237E5: hue angle of 293.45º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D237E5 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 55 | 229 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.10 |
| HSL | 293.45º | 0.77% | 0.56% | - |
| HSV(B) | 293.45º | 0.76% | 0.9% | - |
| XYZ | 42.09 | 22.09 | 76.17 | - |
| YUV | 121.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 229 | 0.08 | 0.76 | 0 | 0.10 | 293.45 | 0.77 | 0.56 |
| Hex | D2 | 37 | E5 | 8 | 4C | 0 | A | 125 | 4D | 38 |
| Octal | 322 | 67 | 345 | 10 | 114 | 0 | 12 | 445 | 115 | 70 |
| Binary | 11010010 | 110111 | 11100101 | 1000 | 1001100 | 0 | 1010 | 100100101 | 1001101 | 111000 |
Color Harmonies of #D237E5
Complementary color
Monochromatic Colors of #D237E5
Black with #D237E5
Text Example
Text Example
White with #D237E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237E5; }
p { color: rgb(210,55,229); }
H1.HeaderClassName
{
color: #D237E5;
}
.AnyTagClassName
{
color: #D237E5;
}
</style>
background-color css
<style>
a { background-color: #D237E5; }
a { background-color: rgb(210,55,229); }
div.DivClassName
{
background-color: #D237E5;
}
.BgClassName
{
background-color: #D237E5;
}
</style>
border-color css
<style>
span { border-color: #D237E5; }
span { border-color: rgb(210,55,229); }
td.TdClassName
{
border-color: #D237E5;
}
.TagClassName
{
border-color: #D237E5;
}
</style>