Shades of Medium Orchid #D044FB
Tints of Medium Orchid #D044FB
RGB
CMYK
RGB Variations
Color information
#D044FB (or 0xD044FB) is known color: Medium Orchid. HEX triplet: D0, 44 and FB. RGB value is (208,68,251). Sum of RGB (Red+Green+Blue) = 208+68+251=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #D044FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044FB is #2FBB04. Grayscale: #828282. Windows color (decimal): -3128069 or 16467152. OLE color: 16467152.
HSL color Cylindrical-coordinate representation of color #D044FB: hue angle of 285.9º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D044FB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 68 | 251 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.02 |
| HSL | 285.9º | 0.96% | 0.63% | - |
| HSV(B) | 285.9º | 0.73% | 0.98% | - |
| XYZ | 45.49 | 24.51 | 93.6 | - |
| YUV | 130.72 | 195.88 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 251 | 0.17 | 0.73 | 0 | 0.02 | 285.9 | 0.96 | 0.63 |
| Hex | D0 | 44 | FB | 11 | 49 | 0 | 2 | 11E | 60 | 3F |
| Octal | 320 | 104 | 373 | 21 | 111 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010000 | 1000100 | 11111011 | 10001 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D044FB
Complementary color
Monochromatic Colors of #D044FB
Black with #D044FB
Text Example
Text Example
White with #D044FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044FB; }
p { color: rgb(208,68,251); }
H1.HeaderClassName
{
color: #D044FB;
}
.AnyTagClassName
{
color: #D044FB;
}
</style>
background-color css
<style>
a { background-color: #D044FB; }
a { background-color: rgb(208,68,251); }
div.DivClassName
{
background-color: #D044FB;
}
.BgClassName
{
background-color: #D044FB;
}
</style>
border-color css
<style>
span { border-color: #D044FB; }
span { border-color: rgb(208,68,251); }
td.TdClassName
{
border-color: #D044FB;
}
.TagClassName
{
border-color: #D044FB;
}
</style>