Shades of Medium Orchid #D143FB
Tints of Medium Orchid #D143FB
RGB
CMYK
RGB Variations
Color information
#D143FB (or 0xD143FB) is known color: Medium Orchid. HEX triplet: D1, 43 and FB. RGB value is (209,67,251). Sum of RGB (Red+Green+Blue) = 209+67+251=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 67 (26.56% from 255 or 12.71% 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 #D143FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143FB is #2EBC04. Grayscale: #818181. Windows color (decimal): -3062789 or 16466897. OLE color: 16466897.
HSL color Cylindrical-coordinate representation of color #D143FB: hue angle of 286.3º degrees, saturation: 0.96, 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 #D143FB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 67 | 251 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.02 |
| HSL | 286.3º | 0.96% | 0.62% | - |
| HSV(B) | 286.3º | 0.73% | 0.98% | - |
| XYZ | 45.71 | 24.53 | 93.59 | - |
| YUV | 130.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 251 | 0.17 | 0.73 | 0 | 0.02 | 286.3 | 0.96 | 0.62 |
| Hex | D1 | 43 | FB | 11 | 49 | 0 | 2 | 11E | 60 | 3E |
| Octal | 321 | 103 | 373 | 21 | 111 | 0 | 2 | 436 | 140 | 76 |
| Binary | 11010001 | 1000011 | 11111011 | 10001 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111110 |
Color Harmonies of #D143FB
Complementary color
Monochromatic Colors of #D143FB
Black with #D143FB
Text Example
Text Example
White with #D143FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143FB; }
p { color: rgb(209,67,251); }
H1.HeaderClassName
{
color: #D143FB;
}
.AnyTagClassName
{
color: #D143FB;
}
</style>
background-color css
<style>
a { background-color: #D143FB; }
a { background-color: rgb(209,67,251); }
div.DivClassName
{
background-color: #D143FB;
}
.BgClassName
{
background-color: #D143FB;
}
</style>
border-color css
<style>
span { border-color: #D143FB; }
span { border-color: rgb(209,67,251); }
td.TdClassName
{
border-color: #D143FB;
}
.TagClassName
{
border-color: #D143FB;
}
</style>