Shades of Medium Orchid #D03BF5
Tints of Medium Orchid #D03BF5
RGB
CMYK
RGB Variations
Color information
#D03BF5 (or 0xD03BF5) is known color: Medium Orchid. HEX triplet: D0, 3B and F5. RGB value is (208,59,245). Sum of RGB (Red+Green+Blue) = 208+59+245=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #D03BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BF5 is #2FC40A. Grayscale: #7C7C7C. Windows color (decimal): -3130379 or 16071632. OLE color: 16071632.
HSL color Cylindrical-coordinate representation of color #D03BF5: hue angle of 288.06º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03BF5 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 59 | 245 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.04 |
| HSL | 288.06º | 0.9% | 0.6% | - |
| HSV(B) | 288.06º | 0.76% | 0.96% | - |
| XYZ | 44.06 | 23.13 | 88.53 | - |
| YUV | 124.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 245 | 0.15 | 0.76 | 0 | 0.04 | 288.06 | 0.9 | 0.6 |
| Hex | D0 | 3B | F5 | F | 4C | 0 | 4 | 120 | 5A | 3C |
| Octal | 320 | 73 | 365 | 17 | 114 | 0 | 4 | 440 | 132 | 74 |
| Binary | 11010000 | 111011 | 11110101 | 1111 | 1001100 | 0 | 100 | 100100000 | 1011010 | 111100 |
Color Harmonies of #D03BF5
Complementary color
Monochromatic Colors of #D03BF5
Black with #D03BF5
Text Example
Text Example
White with #D03BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BF5; }
p { color: rgb(208,59,245); }
H1.HeaderClassName
{
color: #D03BF5;
}
.AnyTagClassName
{
color: #D03BF5;
}
</style>
background-color css
<style>
a { background-color: #D03BF5; }
a { background-color: rgb(208,59,245); }
div.DivClassName
{
background-color: #D03BF5;
}
.BgClassName
{
background-color: #D03BF5;
}
</style>
border-color css
<style>
span { border-color: #D03BF5; }
span { border-color: rgb(208,59,245); }
td.TdClassName
{
border-color: #D03BF5;
}
.TagClassName
{
border-color: #D03BF5;
}
</style>