Shades of Medium Orchid #D248F0
Tints of Medium Orchid #D248F0
RGB
CMYK
RGB Variations
Color information
#D248F0 (or 0xD248F0) is known color: Medium Orchid. HEX triplet: D2, 48 and F0. RGB value is (210,72,240). Sum of RGB (Red+Green+Blue) = 210+72+240=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #D248F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248F0 is #2DB70F. Grayscale: #838383. Windows color (decimal): -2995984 or 15747282. OLE color: 15747282.
HSL color Cylindrical-coordinate representation of color #D248F0: hue angle of 289.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D248F0 is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 72 | 240 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.06 |
| HSL | 289.29º | 0.85% | 0.61% | - |
| HSV(B) | 289.29º | 0.7% | 0.94% | - |
| XYZ | 44.62 | 24.63 | 84.84 | - |
| YUV | 132.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 240 | 0.12 | 0.7 | 0 | 0.06 | 289.29 | 0.85 | 0.61 |
| Hex | D2 | 48 | F0 | C | 46 | 0 | 6 | 121 | 55 | 3D |
| Octal | 322 | 110 | 360 | 14 | 106 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010010 | 1001000 | 11110000 | 1100 | 1000110 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D248F0
Complementary color
Monochromatic Colors of #D248F0
Black with #D248F0
Text Example
Text Example
White with #D248F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248F0; }
p { color: rgb(210,72,240); }
H1.HeaderClassName
{
color: #D248F0;
}
.AnyTagClassName
{
color: #D248F0;
}
</style>
background-color css
<style>
a { background-color: #D248F0; }
a { background-color: rgb(210,72,240); }
div.DivClassName
{
background-color: #D248F0;
}
.BgClassName
{
background-color: #D248F0;
}
</style>
border-color css
<style>
span { border-color: #D248F0; }
span { border-color: rgb(210,72,240); }
td.TdClassName
{
border-color: #D248F0;
}
.TagClassName
{
border-color: #D248F0;
}
</style>