Shades of Medium Orchid #D344F7
Tints of Medium Orchid #D344F7
RGB
CMYK
RGB Variations
Color information
#D344F7 (or 0xD344F7) is known color: Medium Orchid. HEX triplet: D3, 44 and F7. RGB value is (211,68,247). Sum of RGB (Red+Green+Blue) = 211+68+247=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #D344F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F7 is #2CBB08. Grayscale: #828282. Windows color (decimal): -2931465 or 16205011. OLE color: 16205011.
HSL color Cylindrical-coordinate representation of color #D344F7: hue angle of 287.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D344F7 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 68 | 247 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.03 |
| HSL | 287.93º | 0.92% | 0.62% | - |
| HSV(B) | 287.93º | 0.72% | 0.97% | - |
| XYZ | 45.72 | 24.7 | 90.35 | - |
| YUV | 131.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 247 | 0.15 | 0.72 | 0 | 0.03 | 287.93 | 0.92 | 0.62 |
| Hex | D3 | 44 | F7 | F | 48 | 0 | 3 | 120 | 5C | 3E |
| Octal | 323 | 104 | 367 | 17 | 110 | 0 | 3 | 440 | 134 | 76 |
| Binary | 11010011 | 1000100 | 11110111 | 1111 | 1001000 | 0 | 11 | 100100000 | 1011100 | 111110 |
Color Harmonies of #D344F7
Complementary color
Monochromatic Colors of #D344F7
Black with #D344F7
Text Example
Text Example
White with #D344F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344F7; }
p { color: rgb(211,68,247); }
H1.HeaderClassName
{
color: #D344F7;
}
.AnyTagClassName
{
color: #D344F7;
}
</style>
background-color css
<style>
a { background-color: #D344F7; }
a { background-color: rgb(211,68,247); }
div.DivClassName
{
background-color: #D344F7;
}
.BgClassName
{
background-color: #D344F7;
}
</style>
border-color css
<style>
span { border-color: #D344F7; }
span { border-color: rgb(211,68,247); }
td.TdClassName
{
border-color: #D344F7;
}
.TagClassName
{
border-color: #D344F7;
}
</style>