Shades of Medium Orchid #D347EE
Tints of Medium Orchid #D347EE
RGB
CMYK
RGB Variations
Color information
#D347EE (or 0xD347EE) is known color: Medium Orchid. HEX triplet: D3, 47 and EE. RGB value is (211,71,238). Sum of RGB (Red+Green+Blue) = 211+71+238=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #D347EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347EE is #2CB811. Grayscale: #838383. Windows color (decimal): -2930706 or 15615955. OLE color: 15615955.
HSL color Cylindrical-coordinate representation of color #D347EE: hue angle of 290.3º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D347EE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 71 | 238 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.3º | 0.83% | 0.61% | - |
| HSV(B) | 290.3º | 0.7% | 0.93% | - |
| XYZ | 44.55 | 24.53 | 83.28 | - |
| YUV | 131.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 238 | 0.11 | 0.70 | 0 | 0.07 | 290.3 | 0.83 | 0.61 |
| Hex | D3 | 47 | EE | B | 46 | 0 | 7 | 122 | 53 | 3D |
| Octal | 323 | 107 | 356 | 13 | 106 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010011 | 1000111 | 11101110 | 1011 | 1000110 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D347EE
Complementary color
Monochromatic Colors of #D347EE
Black with #D347EE
Text Example
Text Example
White with #D347EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347EE; }
p { color: rgb(211,71,238); }
H1.HeaderClassName
{
color: #D347EE;
}
.AnyTagClassName
{
color: #D347EE;
}
</style>
background-color css
<style>
a { background-color: #D347EE; }
a { background-color: rgb(211,71,238); }
div.DivClassName
{
background-color: #D347EE;
}
.BgClassName
{
background-color: #D347EE;
}
</style>
border-color css
<style>
span { border-color: #D347EE; }
span { border-color: rgb(211,71,238); }
td.TdClassName
{
border-color: #D347EE;
}
.TagClassName
{
border-color: #D347EE;
}
</style>