Shades of Medium Orchid #D03BF4
Tints of Medium Orchid #D03BF4
RGB
CMYK
RGB Variations
Color information
#D03BF4 (or 0xD03BF4) is known color: Medium Orchid. HEX triplet: D0, 3B and F4. RGB value is (208,59,244). Sum of RGB (Red+Green+Blue) = 208+59+244=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #D03BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BF4 is #2FC40B. Grayscale: #7C7C7C. Windows color (decimal): -3130380 or 16006096. OLE color: 16006096.
HSL color Cylindrical-coordinate representation of color #D03BF4: hue angle of 288.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03BF4 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 59 | 244 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.04 |
| HSL | 288.32º | 0.89% | 0.59% | - |
| HSV(B) | 288.32º | 0.76% | 0.96% | - |
| XYZ | 43.91 | 23.07 | 87.73 | - |
| YUV | 124.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 244 | 0.15 | 0.76 | 0 | 0.04 | 288.32 | 0.89 | 0.59 |
| Hex | D0 | 3B | F4 | F | 4C | 0 | 4 | 120 | 59 | 3B |
| Octal | 320 | 73 | 364 | 17 | 114 | 0 | 4 | 440 | 131 | 73 |
| Binary | 11010000 | 111011 | 11110100 | 1111 | 1001100 | 0 | 100 | 100100000 | 1011001 | 111011 |
Color Harmonies of #D03BF4
Complementary color
Monochromatic Colors of #D03BF4
Black with #D03BF4
Text Example
Text Example
White with #D03BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BF4; }
p { color: rgb(208,59,244); }
H1.HeaderClassName
{
color: #D03BF4;
}
.AnyTagClassName
{
color: #D03BF4;
}
</style>
background-color css
<style>
a { background-color: #D03BF4; }
a { background-color: rgb(208,59,244); }
div.DivClassName
{
background-color: #D03BF4;
}
.BgClassName
{
background-color: #D03BF4;
}
</style>
border-color css
<style>
span { border-color: #D03BF4; }
span { border-color: rgb(208,59,244); }
td.TdClassName
{
border-color: #D03BF4;
}
.TagClassName
{
border-color: #D03BF4;
}
</style>