Shades of Medium Orchid #D244F2
Tints of Medium Orchid #D244F2
RGB
CMYK
RGB Variations
Color information
#D244F2 (or 0xD244F2) is known color: Medium Orchid. HEX triplet: D2, 44 and F2. RGB value is (210,68,242). Sum of RGB (Red+Green+Blue) = 210+68+242=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #D244F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F2 is #2DBB0D. Grayscale: #818181. Windows color (decimal): -2997006 or 15877330. OLE color: 15877330.
HSL color Cylindrical-coordinate representation of color #D244F2: hue angle of 288.97º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D244F2 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 68 | 242 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.05 |
| HSL | 288.97º | 0.87% | 0.61% | - |
| HSV(B) | 288.97º | 0.72% | 0.95% | - |
| XYZ | 44.67 | 24.25 | 86.33 | - |
| YUV | 130.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 242 | 0.13 | 0.72 | 0 | 0.05 | 288.97 | 0.87 | 0.61 |
| Hex | D2 | 44 | F2 | D | 48 | 0 | 5 | 121 | 57 | 3D |
| Octal | 322 | 104 | 362 | 15 | 110 | 0 | 5 | 441 | 127 | 75 |
| Binary | 11010010 | 1000100 | 11110010 | 1101 | 1001000 | 0 | 101 | 100100001 | 1010111 | 111101 |
Color Harmonies of #D244F2
Complementary color
Monochromatic Colors of #D244F2
Black with #D244F2
Text Example
Text Example
White with #D244F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244F2; }
p { color: rgb(210,68,242); }
H1.HeaderClassName
{
color: #D244F2;
}
.AnyTagClassName
{
color: #D244F2;
}
</style>
background-color css
<style>
a { background-color: #D244F2; }
a { background-color: rgb(210,68,242); }
div.DivClassName
{
background-color: #D244F2;
}
.BgClassName
{
background-color: #D244F2;
}
</style>
border-color css
<style>
span { border-color: #D244F2; }
span { border-color: rgb(210,68,242); }
td.TdClassName
{
border-color: #D244F2;
}
.TagClassName
{
border-color: #D244F2;
}
</style>