Shades of Medium Orchid #D347F7
Tints of Medium Orchid #D347F7
RGB
CMYK
RGB Variations
Color information
#D347F7 (or 0xD347F7) is known color: Medium Orchid. HEX triplet: D3, 47 and F7. RGB value is (211,71,247). Sum of RGB (Red+Green+Blue) = 211+71+247=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #D347F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347F7 is #2CB808. Grayscale: #848484. Windows color (decimal): -2930697 or 16205779. OLE color: 16205779.
HSL color Cylindrical-coordinate representation of color #D347F7: hue angle of 287.73º 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 #D347F7 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 71 | 247 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.03 |
| HSL | 287.73º | 0.92% | 0.62% | - |
| HSV(B) | 287.73º | 0.71% | 0.97% | - |
| XYZ | 45.91 | 25.07 | 90.42 | - |
| YUV | 132.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 247 | 0.15 | 0.71 | 0 | 0.03 | 287.73 | 0.92 | 0.62 |
| Hex | D3 | 47 | F7 | F | 47 | 0 | 3 | 120 | 5C | 3E |
| Octal | 323 | 107 | 367 | 17 | 107 | 0 | 3 | 440 | 134 | 76 |
| Binary | 11010011 | 1000111 | 11110111 | 1111 | 1000111 | 0 | 11 | 100100000 | 1011100 | 111110 |
Color Harmonies of #D347F7
Complementary color
Monochromatic Colors of #D347F7
Black with #D347F7
Text Example
Text Example
White with #D347F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347F7; }
p { color: rgb(211,71,247); }
H1.HeaderClassName
{
color: #D347F7;
}
.AnyTagClassName
{
color: #D347F7;
}
</style>
background-color css
<style>
a { background-color: #D347F7; }
a { background-color: rgb(211,71,247); }
div.DivClassName
{
background-color: #D347F7;
}
.BgClassName
{
background-color: #D347F7;
}
</style>
border-color css
<style>
span { border-color: #D347F7; }
span { border-color: rgb(211,71,247); }
td.TdClassName
{
border-color: #D347F7;
}
.TagClassName
{
border-color: #D347F7;
}
</style>