Shades of Medium Orchid #D347EF
Tints of Medium Orchid #D347EF
RGB
CMYK
RGB Variations
Color information
#D347EF (or 0xD347EF) is known color: Medium Orchid. HEX triplet: D3, 47 and EF. RGB value is (211,71,239). Sum of RGB (Red+Green+Blue) = 211+71+239=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #D347EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347EF is #2CB810. Grayscale: #838383. Windows color (decimal): -2930705 or 15681491. OLE color: 15681491.
HSL color Cylindrical-coordinate representation of color #D347EF: hue angle of 290º degrees, saturation: 0.84, 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 #D347EF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 71 | 239 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.06 |
| HSL | 290º | 0.84% | 0.61% | - |
| HSV(B) | 290º | 0.7% | 0.94% | - |
| XYZ | 44.7 | 24.59 | 84.05 | - |
| YUV | 132.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 239 | 0.12 | 0.70 | 0 | 0.06 | 290 | 0.84 | 0.61 |
| Hex | D3 | 47 | EF | C | 46 | 0 | 6 | 122 | 54 | 3D |
| Octal | 323 | 107 | 357 | 14 | 106 | 0 | 6 | 442 | 124 | 75 |
| Binary | 11010011 | 1000111 | 11101111 | 1100 | 1000110 | 0 | 110 | 100100010 | 1010100 | 111101 |
Color Harmonies of #D347EF
Complementary color
Monochromatic Colors of #D347EF
Black with #D347EF
Text Example
Text Example
White with #D347EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347EF; }
p { color: rgb(211,71,239); }
H1.HeaderClassName
{
color: #D347EF;
}
.AnyTagClassName
{
color: #D347EF;
}
</style>
background-color css
<style>
a { background-color: #D347EF; }
a { background-color: rgb(211,71,239); }
div.DivClassName
{
background-color: #D347EF;
}
.BgClassName
{
background-color: #D347EF;
}
</style>
border-color css
<style>
span { border-color: #D347EF; }
span { border-color: rgb(211,71,239); }
td.TdClassName
{
border-color: #D347EF;
}
.TagClassName
{
border-color: #D347EF;
}
</style>