Shades of Medium Orchid #D248E9
Tints of Medium Orchid #D248E9
RGB
CMYK
RGB Variations
Color information
#D248E9 (or 0xD248E9) is known color: Medium Orchid. HEX triplet: D2, 48 and E9. RGB value is (210,72,233). Sum of RGB (Red+Green+Blue) = 210+72+233=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #D248E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248E9 is #2DB716. Grayscale: #838383. Windows color (decimal): -2995991 or 15288530. OLE color: 15288530.
HSL color Cylindrical-coordinate representation of color #D248E9: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D248E9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 72 | 233 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.09 |
| HSL | 291.43º | 0.79% | 0.6% | - |
| HSV(B) | 291.43º | 0.69% | 0.91% | - |
| XYZ | 43.6 | 24.22 | 79.47 | - |
| YUV | 131.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 233 | 0.10 | 0.69 | 0 | 0.09 | 291.43 | 0.79 | 0.6 |
| Hex | D2 | 48 | E9 | A | 45 | 0 | 9 | 123 | 4F | 3C |
| Octal | 322 | 110 | 351 | 12 | 105 | 0 | 11 | 443 | 117 | 74 |
| Binary | 11010010 | 1001000 | 11101001 | 1010 | 1000101 | 0 | 1001 | 100100011 | 1001111 | 111100 |
Color Harmonies of #D248E9
Complementary color
Monochromatic Colors of #D248E9
Black with #D248E9
Text Example
Text Example
White with #D248E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248E9; }
p { color: rgb(210,72,233); }
H1.HeaderClassName
{
color: #D248E9;
}
.AnyTagClassName
{
color: #D248E9;
}
</style>
background-color css
<style>
a { background-color: #D248E9; }
a { background-color: rgb(210,72,233); }
div.DivClassName
{
background-color: #D248E9;
}
.BgClassName
{
background-color: #D248E9;
}
</style>
border-color css
<style>
span { border-color: #D248E9; }
span { border-color: rgb(210,72,233); }
td.TdClassName
{
border-color: #D248E9;
}
.TagClassName
{
border-color: #D248E9;
}
</style>