Shades of Medium Orchid #D238F9
Tints of Medium Orchid #D238F9
RGB
CMYK
RGB Variations
Color information
#D238F9 (or 0xD238F9) is known color: Medium Orchid. HEX triplet: D2, 38 and F9. RGB value is (210,56,249). Sum of RGB (Red+Green+Blue) = 210+56+249=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #D238F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238F9 is #2DC706. Grayscale: #7B7B7B. Windows color (decimal): -3000071 or 16333010. OLE color: 16333010.
HSL color Cylindrical-coordinate representation of color #D238F9: hue angle of 287.88º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D238F9 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 56 | 249 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.02 |
| HSL | 287.88º | 0.94% | 0.6% | - |
| HSV(B) | 287.88º | 0.78% | 0.98% | - |
| XYZ | 45.09 | 23.37 | 91.76 | - |
| YUV | 124.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 249 | 0.16 | 0.78 | 0 | 0.02 | 287.88 | 0.94 | 0.6 |
| Hex | D2 | 38 | F9 | 10 | 4E | 0 | 2 | 120 | 5E | 3C |
| Octal | 322 | 70 | 371 | 20 | 116 | 0 | 2 | 440 | 136 | 74 |
| Binary | 11010010 | 111000 | 11111001 | 10000 | 1001110 | 0 | 10 | 100100000 | 1011110 | 111100 |
Color Harmonies of #D238F9
Complementary color
Monochromatic Colors of #D238F9
Black with #D238F9
Text Example
Text Example
White with #D238F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238F9; }
p { color: rgb(210,56,249); }
H1.HeaderClassName
{
color: #D238F9;
}
.AnyTagClassName
{
color: #D238F9;
}
</style>
background-color css
<style>
a { background-color: #D238F9; }
a { background-color: rgb(210,56,249); }
div.DivClassName
{
background-color: #D238F9;
}
.BgClassName
{
background-color: #D238F9;
}
</style>
border-color css
<style>
span { border-color: #D238F9; }
span { border-color: rgb(210,56,249); }
td.TdClassName
{
border-color: #D238F9;
}
.TagClassName
{
border-color: #D238F9;
}
</style>