Shades of Medium Orchid #D348F3
Tints of Medium Orchid #D348F3
RGB
CMYK
RGB Variations
Color information
#D348F3 (or 0xD348F3) is known color: Medium Orchid. HEX triplet: D3, 48 and F3. RGB value is (211,72,243). Sum of RGB (Red+Green+Blue) = 211+72+243=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #D348F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348F3 is #2CB70C. Grayscale: #848484. Windows color (decimal): -2930445 or 15943891. OLE color: 15943891.
HSL color Cylindrical-coordinate representation of color #D348F3: hue angle of 288.77º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D348F3 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 72 | 243 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.05 |
| HSL | 288.77º | 0.88% | 0.62% | - |
| HSV(B) | 288.77º | 0.7% | 0.95% | - |
| XYZ | 45.36 | 24.95 | 87.22 | - |
| YUV | 133.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 243 | 0.13 | 0.70 | 0 | 0.05 | 288.77 | 0.88 | 0.62 |
| Hex | D3 | 48 | F3 | D | 46 | 0 | 5 | 121 | 58 | 3E |
| Octal | 323 | 110 | 363 | 15 | 106 | 0 | 5 | 441 | 130 | 76 |
| Binary | 11010011 | 1001000 | 11110011 | 1101 | 1000110 | 0 | 101 | 100100001 | 1011000 | 111110 |
Color Harmonies of #D348F3
Complementary color
Monochromatic Colors of #D348F3
Black with #D348F3
Text Example
Text Example
White with #D348F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348F3; }
p { color: rgb(211,72,243); }
H1.HeaderClassName
{
color: #D348F3;
}
.AnyTagClassName
{
color: #D348F3;
}
</style>
background-color css
<style>
a { background-color: #D348F3; }
a { background-color: rgb(211,72,243); }
div.DivClassName
{
background-color: #D348F3;
}
.BgClassName
{
background-color: #D348F3;
}
</style>
border-color css
<style>
span { border-color: #D348F3; }
span { border-color: rgb(211,72,243); }
td.TdClassName
{
border-color: #D348F3;
}
.TagClassName
{
border-color: #D348F3;
}
</style>