Shades of Medium Orchid #D33EEA
Tints of Medium Orchid #D33EEA
RGB
CMYK
RGB Variations
Color information
#D33EEA (or 0xD33EEA) is known color: Medium Orchid. HEX triplet: D3, 3E and EA. RGB value is (211,62,234). Sum of RGB (Red+Green+Blue) = 211+62+234=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #D33EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EEA is #2CC115. Grayscale: #7D7D7D. Windows color (decimal): -2933014 or 15351507. OLE color: 15351507.
HSL color Cylindrical-coordinate representation of color #D33EEA: hue angle of 291.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33EEA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 62 | 234 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.08 |
| HSL | 291.98º | 0.8% | 0.58% | - |
| HSV(B) | 291.98º | 0.74% | 0.92% | - |
| XYZ | 43.44 | 23.23 | 80.04 | - |
| YUV | 126.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 234 | 0.10 | 0.74 | 0 | 0.08 | 291.98 | 0.8 | 0.58 |
| Hex | D3 | 3E | EA | A | 4A | 0 | 8 | 124 | 50 | 3A |
| Octal | 323 | 76 | 352 | 12 | 112 | 0 | 10 | 444 | 120 | 72 |
| Binary | 11010011 | 111110 | 11101010 | 1010 | 1001010 | 0 | 1000 | 100100100 | 1010000 | 111010 |
Color Harmonies of #D33EEA
Complementary color
Monochromatic Colors of #D33EEA
Black with #D33EEA
Text Example
Text Example
White with #D33EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EEA; }
p { color: rgb(211,62,234); }
H1.HeaderClassName
{
color: #D33EEA;
}
.AnyTagClassName
{
color: #D33EEA;
}
</style>
background-color css
<style>
a { background-color: #D33EEA; }
a { background-color: rgb(211,62,234); }
div.DivClassName
{
background-color: #D33EEA;
}
.BgClassName
{
background-color: #D33EEA;
}
</style>
border-color css
<style>
span { border-color: #D33EEA; }
span { border-color: rgb(211,62,234); }
td.TdClassName
{
border-color: #D33EEA;
}
.TagClassName
{
border-color: #D33EEA;
}
</style>