Shades of Medium Orchid #D03DFE
Tints of Medium Orchid #D03DFE
RGB
CMYK
RGB Variations
Color information
#D03DFE (or 0xD03DFE) is known color: Medium Orchid. HEX triplet: D0, 3D and FE. RGB value is (208,61,254). Sum of RGB (Red+Green+Blue) = 208+61+254=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D03DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DFE is #2FC201. Grayscale: #7E7E7E. Windows color (decimal): -3129858 or 16661968. OLE color: 16661968.
HSL color Cylindrical-coordinate representation of color #D03DFE: hue angle of 285.7º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03DFE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 61 | 254 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.00 |
| HSL | 285.7º | 0.99% | 0.62% | - |
| HSV(B) | 285.7º | 0.76% | 1% | - |
| XYZ | 45.57 | 23.9 | 95.98 | - |
| YUV | 126.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 254 | 0.18 | 0.76 | 0 | 0.00 | 285.7 | 0.99 | 0.62 |
| Hex | D0 | 3D | FE | 12 | 4C | 0 | 0 | 11E | 63 | 3E |
| Octal | 320 | 75 | 376 | 22 | 114 | 0 | 0 | 436 | 143 | 76 |
| Binary | 11010000 | 111101 | 11111110 | 10010 | 1001100 | 0 | 0 | 100011110 | 1100011 | 111110 |
Color Harmonies of #D03DFE
Complementary color
Monochromatic Colors of #D03DFE
Black with #D03DFE
Text Example
Text Example
White with #D03DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DFE; }
p { color: rgb(208,61,254); }
H1.HeaderClassName
{
color: #D03DFE;
}
.AnyTagClassName
{
color: #D03DFE;
}
</style>
background-color css
<style>
a { background-color: #D03DFE; }
a { background-color: rgb(208,61,254); }
div.DivClassName
{
background-color: #D03DFE;
}
.BgClassName
{
background-color: #D03DFE;
}
</style>
border-color css
<style>
span { border-color: #D03DFE; }
span { border-color: rgb(208,61,254); }
td.TdClassName
{
border-color: #D03DFE;
}
.TagClassName
{
border-color: #D03DFE;
}
</style>