Shades of Medium Orchid #D247F7
Tints of Medium Orchid #D247F7
RGB
CMYK
RGB Variations
Color information
#D247F7 (or 0xD247F7) is known color: Medium Orchid. HEX triplet: D2, 47 and F7. RGB value is (210,71,247). Sum of RGB (Red+Green+Blue) = 210+71+247=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #D247F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247F7 is #2DB808. Grayscale: #848484. Windows color (decimal): -2996233 or 16205778. OLE color: 16205778.
HSL color Cylindrical-coordinate representation of color #D247F7: hue angle of 287.39º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D247F7 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 71 | 247 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.03 |
| HSL | 287.39º | 0.92% | 0.62% | - |
| HSV(B) | 287.39º | 0.71% | 0.97% | - |
| XYZ | 45.62 | 24.92 | 90.4 | - |
| YUV | 132.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 247 | 0.15 | 0.71 | 0 | 0.03 | 287.39 | 0.92 | 0.62 |
| Hex | D2 | 47 | F7 | F | 47 | 0 | 3 | 11F | 5C | 3E |
| Octal | 322 | 107 | 367 | 17 | 107 | 0 | 3 | 437 | 134 | 76 |
| Binary | 11010010 | 1000111 | 11110111 | 1111 | 1000111 | 0 | 11 | 100011111 | 1011100 | 111110 |
Color Harmonies of #D247F7
Complementary color
Monochromatic Colors of #D247F7
Black with #D247F7
Text Example
Text Example
White with #D247F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247F7; }
p { color: rgb(210,71,247); }
H1.HeaderClassName
{
color: #D247F7;
}
.AnyTagClassName
{
color: #D247F7;
}
</style>
background-color css
<style>
a { background-color: #D247F7; }
a { background-color: rgb(210,71,247); }
div.DivClassName
{
background-color: #D247F7;
}
.BgClassName
{
background-color: #D247F7;
}
</style>
border-color css
<style>
span { border-color: #D247F7; }
span { border-color: rgb(210,71,247); }
td.TdClassName
{
border-color: #D247F7;
}
.TagClassName
{
border-color: #D247F7;
}
</style>