Shades of Medium Orchid #D34DF3
Tints of Medium Orchid #D34DF3
RGB
CMYK
RGB Variations
Color information
#D34DF3 (or 0xD34DF3) is known color: Medium Orchid. HEX triplet: D3, 4D and F3. RGB value is (211,77,243). Sum of RGB (Red+Green+Blue) = 211+77+243=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #D34DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DF3 is #2CB20C. Grayscale: #878787. Windows color (decimal): -2929165 or 15945171. OLE color: 15945171.
HSL color Cylindrical-coordinate representation of color #D34DF3: hue angle of 288.43º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34DF3 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 77 | 243 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.05 |
| HSL | 288.43º | 0.87% | 0.63% | - |
| HSV(B) | 288.43º | 0.68% | 0.95% | - |
| XYZ | 45.7 | 25.63 | 87.33 | - |
| YUV | 135.99 | 188.39 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 243 | 0.13 | 0.68 | 0 | 0.05 | 288.43 | 0.87 | 0.63 |
| Hex | D3 | 4D | F3 | D | 44 | 0 | 5 | 120 | 57 | 3F |
| Octal | 323 | 115 | 363 | 15 | 104 | 0 | 5 | 440 | 127 | 77 |
| Binary | 11010011 | 1001101 | 11110011 | 1101 | 1000100 | 0 | 101 | 100100000 | 1010111 | 111111 |
Color Harmonies of #D34DF3
Complementary color
Monochromatic Colors of #D34DF3
Black with #D34DF3
Text Example
Text Example
White with #D34DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DF3; }
p { color: rgb(211,77,243); }
H1.HeaderClassName
{
color: #D34DF3;
}
.AnyTagClassName
{
color: #D34DF3;
}
</style>
background-color css
<style>
a { background-color: #D34DF3; }
a { background-color: rgb(211,77,243); }
div.DivClassName
{
background-color: #D34DF3;
}
.BgClassName
{
background-color: #D34DF3;
}
</style>
border-color css
<style>
span { border-color: #D34DF3; }
span { border-color: rgb(211,77,243); }
td.TdClassName
{
border-color: #D34DF3;
}
.TagClassName
{
border-color: #D34DF3;
}
</style>