Shades of Medium Orchid #D244E9
Tints of Medium Orchid #D244E9
RGB
CMYK
RGB Variations
Color information
#D244E9 (or 0xD244E9) is known color: Medium Orchid. HEX triplet: D2, 44 and E9. RGB value is (210,68,233). Sum of RGB (Red+Green+Blue) = 210+68+233=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #D244E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244E9 is #2DBB16. Grayscale: #808080. Windows color (decimal): -2997015 or 15287506. OLE color: 15287506.
HSL color Cylindrical-coordinate representation of color #D244E9: hue angle of 291.64º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D244E9 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 68 | 233 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.09 |
| HSL | 291.64º | 0.79% | 0.59% | - |
| HSV(B) | 291.64º | 0.71% | 0.91% | - |
| XYZ | 43.35 | 23.72 | 79.38 | - |
| YUV | 129.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 233 | 0.10 | 0.71 | 0 | 0.09 | 291.64 | 0.79 | 0.59 |
| Hex | D2 | 44 | E9 | A | 47 | 0 | 9 | 124 | 4F | 3B |
| Octal | 322 | 104 | 351 | 12 | 107 | 0 | 11 | 444 | 117 | 73 |
| Binary | 11010010 | 1000100 | 11101001 | 1010 | 1000111 | 0 | 1001 | 100100100 | 1001111 | 111011 |
Color Harmonies of #D244E9
Complementary color
Monochromatic Colors of #D244E9
Black with #D244E9
Text Example
Text Example
White with #D244E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244E9; }
p { color: rgb(210,68,233); }
H1.HeaderClassName
{
color: #D244E9;
}
.AnyTagClassName
{
color: #D244E9;
}
</style>
background-color css
<style>
a { background-color: #D244E9; }
a { background-color: rgb(210,68,233); }
div.DivClassName
{
background-color: #D244E9;
}
.BgClassName
{
background-color: #D244E9;
}
</style>
border-color css
<style>
span { border-color: #D244E9; }
span { border-color: rgb(210,68,233); }
td.TdClassName
{
border-color: #D244E9;
}
.TagClassName
{
border-color: #D244E9;
}
</style>