Shades of Medium Orchid #D338EF
Tints of Medium Orchid #D338EF
RGB
CMYK
RGB Variations
Color information
#D338EF (or 0xD338EF) is known color: Medium Orchid. HEX triplet: D3, 38 and EF. RGB value is (211,56,239). Sum of RGB (Red+Green+Blue) = 211+56+239=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #D338EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338EF is #2CC710. Grayscale: #7A7A7A. Windows color (decimal): -2934545 or 15677651. OLE color: 15677651.
HSL color Cylindrical-coordinate representation of color #D338EF: hue angle of 290.82º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D338EF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 56 | 239 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.06 |
| HSL | 290.82º | 0.85% | 0.58% | - |
| HSV(B) | 290.82º | 0.77% | 0.94% | - |
| XYZ | 43.86 | 22.91 | 83.77 | - |
| YUV | 123.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 239 | 0.12 | 0.77 | 0 | 0.06 | 290.82 | 0.85 | 0.58 |
| Hex | D3 | 38 | EF | C | 4D | 0 | 6 | 123 | 55 | 3A |
| Octal | 323 | 70 | 357 | 14 | 115 | 0 | 6 | 443 | 125 | 72 |
| Binary | 11010011 | 111000 | 11101111 | 1100 | 1001101 | 0 | 110 | 100100011 | 1010101 | 111010 |
Color Harmonies of #D338EF
Complementary color
Monochromatic Colors of #D338EF
Black with #D338EF
Text Example
Text Example
White with #D338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338EF; }
p { color: rgb(211,56,239); }
H1.HeaderClassName
{
color: #D338EF;
}
.AnyTagClassName
{
color: #D338EF;
}
</style>
background-color css
<style>
a { background-color: #D338EF; }
a { background-color: rgb(211,56,239); }
div.DivClassName
{
background-color: #D338EF;
}
.BgClassName
{
background-color: #D338EF;
}
</style>
border-color css
<style>
span { border-color: #D338EF; }
span { border-color: rgb(211,56,239); }
td.TdClassName
{
border-color: #D338EF;
}
.TagClassName
{
border-color: #D338EF;
}
</style>