Shades of Medium Orchid #D237DD
Tints of Medium Orchid #D237DD
RGB
CMYK
RGB Variations
Color information
#D237DD (or 0xD237DD) is known color: Medium Orchid. HEX triplet: D2, 37 and DD. RGB value is (210,55,221). Sum of RGB (Red+Green+Blue) = 210+55+221=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #D237DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237DD is #2DC822. Grayscale: #777777. Windows color (decimal): -3000355 or 14497746. OLE color: 14497746.
HSL color Cylindrical-coordinate representation of color #D237DD: hue angle of 296.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D237DD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 55 | 221 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.13 |
| HSL | 296.02º | 0.71% | 0.54% | - |
| HSV(B) | 296.02º | 0.75% | 0.87% | - |
| XYZ | 41 | 21.65 | 70.43 | - |
| YUV | 120.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 221 | 0.05 | 0.75 | 0 | 0.13 | 296.02 | 0.71 | 0.54 |
| Hex | D2 | 37 | DD | 5 | 4B | 0 | D | 128 | 47 | 36 |
| Octal | 322 | 67 | 335 | 5 | 113 | 0 | 15 | 450 | 107 | 66 |
| Binary | 11010010 | 110111 | 11011101 | 101 | 1001011 | 0 | 1101 | 100101000 | 1000111 | 110110 |
Color Harmonies of #D237DD
Complementary color
Monochromatic Colors of #D237DD
Black with #D237DD
Text Example
Text Example
White with #D237DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237DD; }
p { color: rgb(210,55,221); }
H1.HeaderClassName
{
color: #D237DD;
}
.AnyTagClassName
{
color: #D237DD;
}
</style>
background-color css
<style>
a { background-color: #D237DD; }
a { background-color: rgb(210,55,221); }
div.DivClassName
{
background-color: #D237DD;
}
.BgClassName
{
background-color: #D237DD;
}
</style>
border-color css
<style>
span { border-color: #D237DD; }
span { border-color: rgb(210,55,221); }
td.TdClassName
{
border-color: #D237DD;
}
.TagClassName
{
border-color: #D237DD;
}
</style>