Shades of Medium Orchid #D141FC
Tints of Medium Orchid #D141FC
RGB
CMYK
RGB Variations
Color information
#D141FC (or 0xD141FC) is known color: Medium Orchid. HEX triplet: D1, 41 and FC. RGB value is (209,65,252). Sum of RGB (Red+Green+Blue) = 209+65+252=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #D141FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141FC is #2EBE03. Grayscale: #808080. Windows color (decimal): -3063300 or 16531921. OLE color: 16531921.
HSL color Cylindrical-coordinate representation of color #D141FC: hue angle of 286.2º 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 #D141FC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 65 | 252 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.01 |
| HSL | 286.2º | 0.97% | 0.62% | - |
| HSV(B) | 286.2º | 0.74% | 0.99% | - |
| XYZ | 45.76 | 24.36 | 94.39 | - |
| YUV | 129.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 252 | 0.17 | 0.74 | 0 | 0.01 | 286.2 | 0.97 | 0.62 |
| Hex | D1 | 41 | FC | 11 | 4A | 0 | 1 | 11E | 61 | 3E |
| Octal | 321 | 101 | 374 | 21 | 112 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11010001 | 1000001 | 11111100 | 10001 | 1001010 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #D141FC
Complementary color
Monochromatic Colors of #D141FC
Black with #D141FC
Text Example
Text Example
White with #D141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141FC; }
p { color: rgb(209,65,252); }
H1.HeaderClassName
{
color: #D141FC;
}
.AnyTagClassName
{
color: #D141FC;
}
</style>
background-color css
<style>
a { background-color: #D141FC; }
a { background-color: rgb(209,65,252); }
div.DivClassName
{
background-color: #D141FC;
}
.BgClassName
{
background-color: #D141FC;
}
</style>
border-color css
<style>
span { border-color: #D141FC; }
span { border-color: rgb(209,65,252); }
td.TdClassName
{
border-color: #D141FC;
}
.TagClassName
{
border-color: #D141FC;
}
</style>