Shades of Medium Orchid #D244F9
Tints of Medium Orchid #D244F9
RGB
CMYK
RGB Variations
Color information
#D244F9 (or 0xD244F9) is known color: Medium Orchid. HEX triplet: D2, 44 and F9. RGB value is (210,68,249). Sum of RGB (Red+Green+Blue) = 210+68+249=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D244F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F9 is #2DBB06. Grayscale: #828282. Windows color (decimal): -2996999 or 16336082. OLE color: 16336082.
HSL color Cylindrical-coordinate representation of color #D244F9: hue angle of 287.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D244F9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 68 | 249 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 287.07º | 0.94% | 0.62% | - |
| HSV(B) | 287.07º | 0.73% | 0.98% | - |
| XYZ | 45.74 | 24.68 | 91.97 | - |
| YUV | 131.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 249 | 0.16 | 0.73 | 0 | 0.02 | 287.07 | 0.94 | 0.62 |
| Hex | D2 | 44 | F9 | 10 | 49 | 0 | 2 | 11F | 5E | 3E |
| Octal | 322 | 104 | 371 | 20 | 111 | 0 | 2 | 437 | 136 | 76 |
| Binary | 11010010 | 1000100 | 11111001 | 10000 | 1001001 | 0 | 10 | 100011111 | 1011110 | 111110 |
Color Harmonies of #D244F9
Complementary color
Monochromatic Colors of #D244F9
Black with #D244F9
Text Example
Text Example
White with #D244F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244F9; }
p { color: rgb(210,68,249); }
H1.HeaderClassName
{
color: #D244F9;
}
.AnyTagClassName
{
color: #D244F9;
}
</style>
background-color css
<style>
a { background-color: #D244F9; }
a { background-color: rgb(210,68,249); }
div.DivClassName
{
background-color: #D244F9;
}
.BgClassName
{
background-color: #D244F9;
}
</style>
border-color css
<style>
span { border-color: #D244F9; }
span { border-color: rgb(210,68,249); }
td.TdClassName
{
border-color: #D244F9;
}
.TagClassName
{
border-color: #D244F9;
}
</style>