Shades of Medium Orchid #D03AF1
Tints of Medium Orchid #D03AF1
RGB
CMYK
RGB Variations
Color information
#D03AF1 (or 0xD03AF1) is known color: Medium Orchid. HEX triplet: D0, 3A and F1. RGB value is (208,58,241). Sum of RGB (Red+Green+Blue) = 208+58+241=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #D03AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AF1 is #2FC50E. Grayscale: #7B7B7B. Windows color (decimal): -3130639 or 15809232. OLE color: 15809232.
HSL color Cylindrical-coordinate representation of color #D03AF1: hue angle of 289.18º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03AF1 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 58 | 241 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.05 |
| HSL | 289.18º | 0.87% | 0.59% | - |
| HSV(B) | 289.18º | 0.76% | 0.95% | - |
| XYZ | 43.4 | 22.79 | 85.33 | - |
| YUV | 123.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 241 | 0.14 | 0.76 | 0 | 0.05 | 289.18 | 0.87 | 0.59 |
| Hex | D0 | 3A | F1 | E | 4C | 0 | 5 | 121 | 57 | 3B |
| Octal | 320 | 72 | 361 | 16 | 114 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11010000 | 111010 | 11110001 | 1110 | 1001100 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #D03AF1
Complementary color
Monochromatic Colors of #D03AF1
Black with #D03AF1
Text Example
Text Example
White with #D03AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AF1; }
p { color: rgb(208,58,241); }
H1.HeaderClassName
{
color: #D03AF1;
}
.AnyTagClassName
{
color: #D03AF1;
}
</style>
background-color css
<style>
a { background-color: #D03AF1; }
a { background-color: rgb(208,58,241); }
div.DivClassName
{
background-color: #D03AF1;
}
.BgClassName
{
background-color: #D03AF1;
}
</style>
border-color css
<style>
span { border-color: #D03AF1; }
span { border-color: rgb(208,58,241); }
td.TdClassName
{
border-color: #D03AF1;
}
.TagClassName
{
border-color: #D03AF1;
}
</style>