Shades of Medium Orchid #D348F6
Tints of Medium Orchid #D348F6
RGB
CMYK
RGB Variations
Color information
#D348F6 (or 0xD348F6) is known color: Medium Orchid. HEX triplet: D3, 48 and F6. RGB value is (211,72,246). Sum of RGB (Red+Green+Blue) = 211+72+246=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #D348F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348F6 is #2CB709. Grayscale: #848484. Windows color (decimal): -2930442 or 16140499. OLE color: 16140499.
HSL color Cylindrical-coordinate representation of color #D348F6: hue angle of 287.93º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348F6 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 72 | 246 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.04 |
| HSL | 287.93º | 0.91% | 0.62% | - |
| HSV(B) | 287.93º | 0.71% | 0.96% | - |
| XYZ | 45.82 | 25.14 | 89.63 | - |
| YUV | 133.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 246 | 0.14 | 0.71 | 0 | 0.04 | 287.93 | 0.91 | 0.62 |
| Hex | D3 | 48 | F6 | E | 47 | 0 | 4 | 120 | 5B | 3E |
| Octal | 323 | 110 | 366 | 16 | 107 | 0 | 4 | 440 | 133 | 76 |
| Binary | 11010011 | 1001000 | 11110110 | 1110 | 1000111 | 0 | 100 | 100100000 | 1011011 | 111110 |
Color Harmonies of #D348F6
Complementary color
Monochromatic Colors of #D348F6
Black with #D348F6
Text Example
Text Example
White with #D348F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348F6; }
p { color: rgb(211,72,246); }
H1.HeaderClassName
{
color: #D348F6;
}
.AnyTagClassName
{
color: #D348F6;
}
</style>
background-color css
<style>
a { background-color: #D348F6; }
a { background-color: rgb(211,72,246); }
div.DivClassName
{
background-color: #D348F6;
}
.BgClassName
{
background-color: #D348F6;
}
</style>
border-color css
<style>
span { border-color: #D348F6; }
span { border-color: rgb(211,72,246); }
td.TdClassName
{
border-color: #D348F6;
}
.TagClassName
{
border-color: #D348F6;
}
</style>