Shades of Medium Orchid #D041FC
Tints of Medium Orchid #D041FC
RGB
CMYK
RGB Variations
Color information
#D041FC (or 0xD041FC) is known color: Medium Orchid. HEX triplet: D0, 41 and FC. RGB value is (208,65,252). Sum of RGB (Red+Green+Blue) = 208+65+252=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #D041FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041FC is #2FBE03. Grayscale: #808080. Windows color (decimal): -3128836 or 16531920. OLE color: 16531920.
HSL color Cylindrical-coordinate representation of color #D041FC: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D041FC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 65 | 252 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.01 |
| HSL | 285.88º | 0.97% | 0.62% | - |
| HSV(B) | 285.88º | 0.74% | 0.99% | - |
| XYZ | 45.47 | 24.22 | 94.37 | - |
| YUV | 129.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 252 | 0.17 | 0.74 | 0 | 0.01 | 285.88 | 0.97 | 0.62 |
| Hex | D0 | 41 | FC | 11 | 4A | 0 | 1 | 11E | 61 | 3E |
| Octal | 320 | 101 | 374 | 21 | 112 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11010000 | 1000001 | 11111100 | 10001 | 1001010 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #D041FC
Complementary color
Monochromatic Colors of #D041FC
Black with #D041FC
Text Example
Text Example
White with #D041FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041FC; }
p { color: rgb(208,65,252); }
H1.HeaderClassName
{
color: #D041FC;
}
.AnyTagClassName
{
color: #D041FC;
}
</style>
background-color css
<style>
a { background-color: #D041FC; }
a { background-color: rgb(208,65,252); }
div.DivClassName
{
background-color: #D041FC;
}
.BgClassName
{
background-color: #D041FC;
}
</style>
border-color css
<style>
span { border-color: #D041FC; }
span { border-color: rgb(208,65,252); }
td.TdClassName
{
border-color: #D041FC;
}
.TagClassName
{
border-color: #D041FC;
}
</style>