Shades of Medium Orchid #D245F0
Tints of Medium Orchid #D245F0
RGB
CMYK
RGB Variations
Color information
#D245F0 (or 0xD245F0) is known color: Medium Orchid. HEX triplet: D2, 45 and F0. RGB value is (210,69,240). Sum of RGB (Red+Green+Blue) = 210+69+240=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #D245F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245F0 is #2DBA0F. Grayscale: #828282. Windows color (decimal): -2996752 or 15746514. OLE color: 15746514.
HSL color Cylindrical-coordinate representation of color #D245F0: hue angle of 289.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D245F0 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 69 | 240 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.06 |
| HSL | 289.47º | 0.85% | 0.61% | - |
| HSV(B) | 289.47º | 0.71% | 0.94% | - |
| XYZ | 44.43 | 24.25 | 84.78 | - |
| YUV | 130.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 240 | 0.12 | 0.71 | 0 | 0.06 | 289.47 | 0.85 | 0.61 |
| Hex | D2 | 45 | F0 | C | 47 | 0 | 6 | 121 | 55 | 3D |
| Octal | 322 | 105 | 360 | 14 | 107 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010010 | 1000101 | 11110000 | 1100 | 1000111 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D245F0
Complementary color
Monochromatic Colors of #D245F0
Black with #D245F0
Text Example
Text Example
White with #D245F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245F0; }
p { color: rgb(210,69,240); }
H1.HeaderClassName
{
color: #D245F0;
}
.AnyTagClassName
{
color: #D245F0;
}
</style>
background-color css
<style>
a { background-color: #D245F0; }
a { background-color: rgb(210,69,240); }
div.DivClassName
{
background-color: #D245F0;
}
.BgClassName
{
background-color: #D245F0;
}
</style>
border-color css
<style>
span { border-color: #D245F0; }
span { border-color: rgb(210,69,240); }
td.TdClassName
{
border-color: #D245F0;
}
.TagClassName
{
border-color: #D245F0;
}
</style>