Shades of Medium Orchid #D33FEA
Tints of Medium Orchid #D33FEA
RGB
CMYK
RGB Variations
Color information
#D33FEA (or 0xD33FEA) is known color: Medium Orchid. HEX triplet: D3, 3F and EA. RGB value is (211,63,234). Sum of RGB (Red+Green+Blue) = 211+63+234=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #D33FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FEA is #2CC015. Grayscale: #7E7E7E. Windows color (decimal): -2932758 or 15351763. OLE color: 15351763.
HSL color Cylindrical-coordinate representation of color #D33FEA: hue angle of 291.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33FEA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 63 | 234 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.08 |
| HSL | 291.93º | 0.8% | 0.58% | - |
| HSV(B) | 291.93º | 0.73% | 0.92% | - |
| XYZ | 43.49 | 23.34 | 80.06 | - |
| YUV | 126.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 234 | 0.10 | 0.73 | 0 | 0.08 | 291.93 | 0.8 | 0.58 |
| Hex | D3 | 3F | EA | A | 49 | 0 | 8 | 124 | 50 | 3A |
| Octal | 323 | 77 | 352 | 12 | 111 | 0 | 10 | 444 | 120 | 72 |
| Binary | 11010011 | 111111 | 11101010 | 1010 | 1001001 | 0 | 1000 | 100100100 | 1010000 | 111010 |
Color Harmonies of #D33FEA
Complementary color
Monochromatic Colors of #D33FEA
Black with #D33FEA
Text Example
Text Example
White with #D33FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FEA; }
p { color: rgb(211,63,234); }
H1.HeaderClassName
{
color: #D33FEA;
}
.AnyTagClassName
{
color: #D33FEA;
}
</style>
background-color css
<style>
a { background-color: #D33FEA; }
a { background-color: rgb(211,63,234); }
div.DivClassName
{
background-color: #D33FEA;
}
.BgClassName
{
background-color: #D33FEA;
}
</style>
border-color css
<style>
span { border-color: #D33FEA; }
span { border-color: rgb(211,63,234); }
td.TdClassName
{
border-color: #D33FEA;
}
.TagClassName
{
border-color: #D33FEA;
}
</style>