Shades of Medium Orchid #D340E8
Tints of Medium Orchid #D340E8
RGB
CMYK
RGB Variations
Color information
#D340E8 (or 0xD340E8) is known color: Medium Orchid. HEX triplet: D3, 40 and E8. RGB value is (211,64,232). Sum of RGB (Red+Green+Blue) = 211+64+232=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #D340E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340E8 is #2CBF17. Grayscale: #7E7E7E. Windows color (decimal): -2932504 or 15220947. OLE color: 15220947.
HSL color Cylindrical-coordinate representation of color #D340E8: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D340E8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 64 | 232 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.09 |
| HSL | 292.5º | 0.79% | 0.58% | - |
| HSV(B) | 292.5º | 0.72% | 0.91% | - |
| XYZ | 43.26 | 23.34 | 78.57 | - |
| YUV | 127.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 232 | 0.09 | 0.72 | 0 | 0.09 | 292.5 | 0.79 | 0.58 |
| Hex | D3 | 40 | E8 | 9 | 48 | 0 | 9 | 124 | 4F | 3A |
| Octal | 323 | 100 | 350 | 11 | 110 | 0 | 11 | 444 | 117 | 72 |
| Binary | 11010011 | 1000000 | 11101000 | 1001 | 1001000 | 0 | 1001 | 100100100 | 1001111 | 111010 |
Color Harmonies of #D340E8
Complementary color
Monochromatic Colors of #D340E8
Black with #D340E8
Text Example
Text Example
White with #D340E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340E8; }
p { color: rgb(211,64,232); }
H1.HeaderClassName
{
color: #D340E8;
}
.AnyTagClassName
{
color: #D340E8;
}
</style>
background-color css
<style>
a { background-color: #D340E8; }
a { background-color: rgb(211,64,232); }
div.DivClassName
{
background-color: #D340E8;
}
.BgClassName
{
background-color: #D340E8;
}
</style>
border-color css
<style>
span { border-color: #D340E8; }
span { border-color: rgb(211,64,232); }
td.TdClassName
{
border-color: #D340E8;
}
.TagClassName
{
border-color: #D340E8;
}
</style>