Shades of Medium Orchid #D143FA
Tints of Medium Orchid #D143FA
RGB
CMYK
RGB Variations
Color information
#D143FA (or 0xD143FA) is known color: Medium Orchid. HEX triplet: D1, 43 and FA. RGB value is (209,67,250). Sum of RGB (Red+Green+Blue) = 209+67+250=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 67 (26.56% from 255 or 12.74% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #D143FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143FA is #2EBC05. Grayscale: #818181. Windows color (decimal): -3062790 or 16401361. OLE color: 16401361.
HSL color Cylindrical-coordinate representation of color #D143FA: hue angle of 286.56º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D143FA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 67 | 250 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 286.56º | 0.95% | 0.62% | - |
| HSV(B) | 286.56º | 0.73% | 0.98% | - |
| XYZ | 45.56 | 24.47 | 92.76 | - |
| YUV | 130.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 250 | 0.16 | 0.73 | 0 | 0.02 | 286.56 | 0.95 | 0.62 |
| Hex | D1 | 43 | FA | 10 | 49 | 0 | 2 | 11F | 5F | 3E |
| Octal | 321 | 103 | 372 | 20 | 111 | 0 | 2 | 437 | 137 | 76 |
| Binary | 11010001 | 1000011 | 11111010 | 10000 | 1001001 | 0 | 10 | 100011111 | 1011111 | 111110 |
Color Harmonies of #D143FA
Complementary color
Monochromatic Colors of #D143FA
Black with #D143FA
Text Example
Text Example
White with #D143FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143FA; }
p { color: rgb(209,67,250); }
H1.HeaderClassName
{
color: #D143FA;
}
.AnyTagClassName
{
color: #D143FA;
}
</style>
background-color css
<style>
a { background-color: #D143FA; }
a { background-color: rgb(209,67,250); }
div.DivClassName
{
background-color: #D143FA;
}
.BgClassName
{
background-color: #D143FA;
}
</style>
border-color css
<style>
span { border-color: #D143FA; }
span { border-color: rgb(209,67,250); }
td.TdClassName
{
border-color: #D143FA;
}
.TagClassName
{
border-color: #D143FA;
}
</style>