Shades of Medium Orchid #D03BFE
Tints of Medium Orchid #D03BFE
RGB
CMYK
RGB Variations
Color information
#D03BFE (or 0xD03BFE) is known color: Medium Orchid. HEX triplet: D0, 3B and FE. RGB value is (208,59,254). Sum of RGB (Red+Green+Blue) = 208+59+254=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 59 (23.44% from 255 or 11.32% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #D03BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BFE is #2FC401. Grayscale: #7D7D7D. Windows color (decimal): -3130370 or 16661456. OLE color: 16661456.
HSL color Cylindrical-coordinate representation of color #D03BFE: hue angle of 285.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03BFE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 59 | 254 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.00 |
| HSL | 285.85º | 0.99% | 0.61% | - |
| HSV(B) | 285.85º | 0.77% | 1% | - |
| XYZ | 45.47 | 23.69 | 95.94 | - |
| YUV | 125.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 254 | 0.18 | 0.77 | 0 | 0.00 | 285.85 | 0.99 | 0.61 |
| Hex | D0 | 3B | FE | 12 | 4D | 0 | 0 | 11E | 63 | 3D |
| Octal | 320 | 73 | 376 | 22 | 115 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11010000 | 111011 | 11111110 | 10010 | 1001101 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #D03BFE
Complementary color
Monochromatic Colors of #D03BFE
Black with #D03BFE
Text Example
Text Example
White with #D03BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BFE; }
p { color: rgb(208,59,254); }
H1.HeaderClassName
{
color: #D03BFE;
}
.AnyTagClassName
{
color: #D03BFE;
}
</style>
background-color css
<style>
a { background-color: #D03BFE; }
a { background-color: rgb(208,59,254); }
div.DivClassName
{
background-color: #D03BFE;
}
.BgClassName
{
background-color: #D03BFE;
}
</style>
border-color css
<style>
span { border-color: #D03BFE; }
span { border-color: rgb(208,59,254); }
td.TdClassName
{
border-color: #D03BFE;
}
.TagClassName
{
border-color: #D03BFE;
}
</style>