Shades of Medium Orchid #D251F0
Tints of Medium Orchid #D251F0
RGB
CMYK
RGB Variations
Color information
#D251F0 (or 0xD251F0) is known color: Medium Orchid. HEX triplet: D2, 51 and F0. RGB value is (210,81,240). Sum of RGB (Red+Green+Blue) = 210+81+240=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #D251F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251F0 is #2DAE0F. Grayscale: #898989. Windows color (decimal): -2993680 or 15749586. OLE color: 15749586.
HSL color Cylindrical-coordinate representation of color #D251F0: hue angle of 288.68º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D251F0 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 81 | 240 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.06 |
| HSL | 288.68º | 0.84% | 0.63% | - |
| HSV(B) | 288.68º | 0.66% | 0.94% | - |
| XYZ | 45.25 | 25.88 | 85.05 | - |
| YUV | 137.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 240 | 0.12 | 0.66 | 0 | 0.06 | 288.68 | 0.84 | 0.63 |
| Hex | D2 | 51 | F0 | C | 42 | 0 | 6 | 121 | 54 | 3F |
| Octal | 322 | 121 | 360 | 14 | 102 | 0 | 6 | 441 | 124 | 77 |
| Binary | 11010010 | 1010001 | 11110000 | 1100 | 1000010 | 0 | 110 | 100100001 | 1010100 | 111111 |
Color Harmonies of #D251F0
Complementary color
Monochromatic Colors of #D251F0
Black with #D251F0
Text Example
Text Example
White with #D251F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251F0; }
p { color: rgb(210,81,240); }
H1.HeaderClassName
{
color: #D251F0;
}
.AnyTagClassName
{
color: #D251F0;
}
</style>
background-color css
<style>
a { background-color: #D251F0; }
a { background-color: rgb(210,81,240); }
div.DivClassName
{
background-color: #D251F0;
}
.BgClassName
{
background-color: #D251F0;
}
</style>
border-color css
<style>
span { border-color: #D251F0; }
span { border-color: rgb(210,81,240); }
td.TdClassName
{
border-color: #D251F0;
}
.TagClassName
{
border-color: #D251F0;
}
</style>