Shades of Medium Orchid #D043FC
Tints of Medium Orchid #D043FC
RGB
CMYK
RGB Variations
Color information
#D043FC (or 0xD043FC) is known color: Medium Orchid. HEX triplet: D0, 43 and FC. RGB value is (208,67,252). Sum of RGB (Red+Green+Blue) = 208+67+252=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #D043FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043FC is #2FBC03. Grayscale: #818181. Windows color (decimal): -3128324 or 16532432. OLE color: 16532432.
HSL color Cylindrical-coordinate representation of color #D043FC: hue angle of 285.73º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D043FC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 67 | 252 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.01 |
| HSL | 285.73º | 0.97% | 0.63% | - |
| HSV(B) | 285.73º | 0.73% | 0.99% | - |
| XYZ | 45.59 | 24.45 | 94.41 | - |
| YUV | 130.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 252 | 0.17 | 0.73 | 0 | 0.01 | 285.73 | 0.97 | 0.63 |
| Hex | D0 | 43 | FC | 11 | 49 | 0 | 1 | 11E | 61 | 3F |
| Octal | 320 | 103 | 374 | 21 | 111 | 0 | 1 | 436 | 141 | 77 |
| Binary | 11010000 | 1000011 | 11111100 | 10001 | 1001001 | 0 | 1 | 100011110 | 1100001 | 111111 |
Color Harmonies of #D043FC
Complementary color
Monochromatic Colors of #D043FC
Black with #D043FC
Text Example
Text Example
White with #D043FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043FC; }
p { color: rgb(208,67,252); }
H1.HeaderClassName
{
color: #D043FC;
}
.AnyTagClassName
{
color: #D043FC;
}
</style>
background-color css
<style>
a { background-color: #D043FC; }
a { background-color: rgb(208,67,252); }
div.DivClassName
{
background-color: #D043FC;
}
.BgClassName
{
background-color: #D043FC;
}
</style>
border-color css
<style>
span { border-color: #D043FC; }
span { border-color: rgb(208,67,252); }
td.TdClassName
{
border-color: #D043FC;
}
.TagClassName
{
border-color: #D043FC;
}
</style>