Shades of Medium Orchid #D347F0
Tints of Medium Orchid #D347F0
RGB
CMYK
RGB Variations
Color information
#D347F0 (or 0xD347F0) is known color: Medium Orchid. HEX triplet: D3, 47 and F0. RGB value is (211,71,240). Sum of RGB (Red+Green+Blue) = 211+71+240=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #D347F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347F0 is #2CB80F. Grayscale: #838383. Windows color (decimal): -2930704 or 15747027. OLE color: 15747027.
HSL color Cylindrical-coordinate representation of color #D347F0: hue angle of 289.7º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D347F0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 71 | 240 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.06 |
| HSL | 289.7º | 0.85% | 0.61% | - |
| HSV(B) | 289.7º | 0.7% | 0.94% | - |
| XYZ | 44.85 | 24.65 | 84.83 | - |
| YUV | 132.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 240 | 0.12 | 0.70 | 0 | 0.06 | 289.7 | 0.85 | 0.61 |
| Hex | D3 | 47 | F0 | C | 46 | 0 | 6 | 122 | 55 | 3D |
| Octal | 323 | 107 | 360 | 14 | 106 | 0 | 6 | 442 | 125 | 75 |
| Binary | 11010011 | 1000111 | 11110000 | 1100 | 1000110 | 0 | 110 | 100100010 | 1010101 | 111101 |
Color Harmonies of #D347F0
Complementary color
Monochromatic Colors of #D347F0
Black with #D347F0
Text Example
Text Example
White with #D347F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347F0; }
p { color: rgb(211,71,240); }
H1.HeaderClassName
{
color: #D347F0;
}
.AnyTagClassName
{
color: #D347F0;
}
</style>
background-color css
<style>
a { background-color: #D347F0; }
a { background-color: rgb(211,71,240); }
div.DivClassName
{
background-color: #D347F0;
}
.BgClassName
{
background-color: #D347F0;
}
</style>
border-color css
<style>
span { border-color: #D347F0; }
span { border-color: rgb(211,71,240); }
td.TdClassName
{
border-color: #D347F0;
}
.TagClassName
{
border-color: #D347F0;
}
</style>