Shades of Medium Orchid #D143F9
Tints of Medium Orchid #D143F9
RGB
CMYK
RGB Variations
Color information
#D143F9 (or 0xD143F9) is known color: Medium Orchid. HEX triplet: D1, 43 and F9. RGB value is (209,67,249). Sum of RGB (Red+Green+Blue) = 209+67+249=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #D143F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143F9 is #2EBC06. Grayscale: #818181. Windows color (decimal): -3062791 or 16335825. OLE color: 16335825.
HSL color Cylindrical-coordinate representation of color #D143F9: hue angle of 286.81º degrees, saturation: 0.94, 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 #D143F9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 67 | 249 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 286.81º | 0.94% | 0.62% | - |
| HSV(B) | 286.81º | 0.73% | 0.98% | - |
| XYZ | 45.4 | 24.41 | 91.94 | - |
| YUV | 130.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 249 | 0.16 | 0.73 | 0 | 0.02 | 286.81 | 0.94 | 0.62 |
| Hex | D1 | 43 | F9 | 10 | 49 | 0 | 2 | 11F | 5E | 3E |
| Octal | 321 | 103 | 371 | 20 | 111 | 0 | 2 | 437 | 136 | 76 |
| Binary | 11010001 | 1000011 | 11111001 | 10000 | 1001001 | 0 | 10 | 100011111 | 1011110 | 111110 |
Color Harmonies of #D143F9
Complementary color
Monochromatic Colors of #D143F9
Black with #D143F9
Text Example
Text Example
White with #D143F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143F9; }
p { color: rgb(209,67,249); }
H1.HeaderClassName
{
color: #D143F9;
}
.AnyTagClassName
{
color: #D143F9;
}
</style>
background-color css
<style>
a { background-color: #D143F9; }
a { background-color: rgb(209,67,249); }
div.DivClassName
{
background-color: #D143F9;
}
.BgClassName
{
background-color: #D143F9;
}
</style>
border-color css
<style>
span { border-color: #D143F9; }
span { border-color: rgb(209,67,249); }
td.TdClassName
{
border-color: #D143F9;
}
.TagClassName
{
border-color: #D143F9;
}
</style>