Shades of Medium Orchid #D03AEE
Tints of Medium Orchid #D03AEE
RGB
CMYK
RGB Variations
Color information
#D03AEE (or 0xD03AEE) is known color: Medium Orchid. HEX triplet: D0, 3A and EE. RGB value is (208,58,238). Sum of RGB (Red+Green+Blue) = 208+58+238=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #D03AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AEE is #2FC511. Grayscale: #7A7A7A. Windows color (decimal): -3130642 or 15612624. OLE color: 15612624.
HSL color Cylindrical-coordinate representation of color #D03AEE: hue angle of 290º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03AEE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 58 | 238 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.07 |
| HSL | 290º | 0.84% | 0.58% | - |
| HSV(B) | 290º | 0.76% | 0.93% | - |
| XYZ | 42.96 | 22.61 | 82.99 | - |
| YUV | 123.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 238 | 0.13 | 0.76 | 0 | 0.07 | 290 | 0.84 | 0.58 |
| Hex | D0 | 3A | EE | D | 4C | 0 | 7 | 122 | 54 | 3A |
| Octal | 320 | 72 | 356 | 15 | 114 | 0 | 7 | 442 | 124 | 72 |
| Binary | 11010000 | 111010 | 11101110 | 1101 | 1001100 | 0 | 111 | 100100010 | 1010100 | 111010 |
Color Harmonies of #D03AEE
Complementary color
Monochromatic Colors of #D03AEE
Black with #D03AEE
Text Example
Text Example
White with #D03AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AEE; }
p { color: rgb(208,58,238); }
H1.HeaderClassName
{
color: #D03AEE;
}
.AnyTagClassName
{
color: #D03AEE;
}
</style>
background-color css
<style>
a { background-color: #D03AEE; }
a { background-color: rgb(208,58,238); }
div.DivClassName
{
background-color: #D03AEE;
}
.BgClassName
{
background-color: #D03AEE;
}
</style>
border-color css
<style>
span { border-color: #D03AEE; }
span { border-color: rgb(208,58,238); }
td.TdClassName
{
border-color: #D03AEE;
}
.TagClassName
{
border-color: #D03AEE;
}
</style>