Shades of Medium Orchid #D244F3
Tints of Medium Orchid #D244F3
RGB
CMYK
RGB Variations
Color information
#D244F3 (or 0xD244F3) is known color: Medium Orchid. HEX triplet: D2, 44 and F3. RGB value is (210,68,243). Sum of RGB (Red+Green+Blue) = 210+68+243=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #D244F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F3 is #2DBB0C. Grayscale: #818181. Windows color (decimal): -2997005 or 15942866. OLE color: 15942866.
HSL color Cylindrical-coordinate representation of color #D244F3: hue angle of 288.69º degrees, saturation: 0.88, 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 #D244F3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 68 | 243 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.69º | 0.88% | 0.61% | - |
| HSV(B) | 288.69º | 0.72% | 0.95% | - |
| XYZ | 44.82 | 24.31 | 87.12 | - |
| YUV | 130.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 243 | 0.14 | 0.72 | 0 | 0.05 | 288.69 | 0.88 | 0.61 |
| Hex | D2 | 44 | F3 | E | 48 | 0 | 5 | 121 | 58 | 3D |
| Octal | 322 | 104 | 363 | 16 | 110 | 0 | 5 | 441 | 130 | 75 |
| Binary | 11010010 | 1000100 | 11110011 | 1110 | 1001000 | 0 | 101 | 100100001 | 1011000 | 111101 |
Color Harmonies of #D244F3
Complementary color
Monochromatic Colors of #D244F3
Black with #D244F3
Text Example
Text Example
White with #D244F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244F3; }
p { color: rgb(210,68,243); }
H1.HeaderClassName
{
color: #D244F3;
}
.AnyTagClassName
{
color: #D244F3;
}
</style>
background-color css
<style>
a { background-color: #D244F3; }
a { background-color: rgb(210,68,243); }
div.DivClassName
{
background-color: #D244F3;
}
.BgClassName
{
background-color: #D244F3;
}
</style>
border-color css
<style>
span { border-color: #D244F3; }
span { border-color: rgb(210,68,243); }
td.TdClassName
{
border-color: #D244F3;
}
.TagClassName
{
border-color: #D244F3;
}
</style>