Shades of Medium Orchid #D349F4
Tints of Medium Orchid #D349F4
RGB
CMYK
RGB Variations
Color information
#D349F4 (or 0xD349F4) is known color: Medium Orchid. HEX triplet: D3, 49 and F4. RGB value is (211,73,244). Sum of RGB (Red+Green+Blue) = 211+73+244=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #D349F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D349F4 is #2CB60B. Grayscale: #858585. Windows color (decimal): -2930188 or 16009683. OLE color: 16009683.
HSL color Cylindrical-coordinate representation of color #D349F4: hue angle of 288.42º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D349F4 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 73 | 244 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.04 |
| HSL | 288.42º | 0.89% | 0.62% | - |
| HSV(B) | 288.42º | 0.7% | 0.96% | - |
| XYZ | 45.58 | 25.15 | 88.04 | - |
| YUV | 133.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 244 | 0.14 | 0.70 | 0 | 0.04 | 288.42 | 0.89 | 0.62 |
| Hex | D3 | 49 | F4 | E | 46 | 0 | 4 | 120 | 59 | 3E |
| Octal | 323 | 111 | 364 | 16 | 106 | 0 | 4 | 440 | 131 | 76 |
| Binary | 11010011 | 1001001 | 11110100 | 1110 | 1000110 | 0 | 100 | 100100000 | 1011001 | 111110 |
Color Harmonies of #D349F4
Complementary color
Monochromatic Colors of #D349F4
Black with #D349F4
Text Example
Text Example
White with #D349F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349F4; }
p { color: rgb(211,73,244); }
H1.HeaderClassName
{
color: #D349F4;
}
.AnyTagClassName
{
color: #D349F4;
}
</style>
background-color css
<style>
a { background-color: #D349F4; }
a { background-color: rgb(211,73,244); }
div.DivClassName
{
background-color: #D349F4;
}
.BgClassName
{
background-color: #D349F4;
}
</style>
border-color css
<style>
span { border-color: #D349F4; }
span { border-color: rgb(211,73,244); }
td.TdClassName
{
border-color: #D349F4;
}
.TagClassName
{
border-color: #D349F4;
}
</style>