Shades of Medium Orchid #D143EA
Tints of Medium Orchid #D143EA
RGB
CMYK
RGB Variations
Color information
#D143EA (or 0xD143EA) is known color: Medium Orchid. HEX triplet: D1, 43 and EA. RGB value is (209,67,234). Sum of RGB (Red+Green+Blue) = 209+67+234=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #D143EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143EA is #2EBC15. Grayscale: #7F7F7F. Windows color (decimal): -3062806 or 15352785. OLE color: 15352785.
HSL color Cylindrical-coordinate representation of color #D143EA: hue angle of 291.02º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D143EA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 67 | 234 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.08 |
| HSL | 291.02º | 0.8% | 0.59% | - |
| HSV(B) | 291.02º | 0.71% | 0.92% | - |
| XYZ | 43.15 | 23.51 | 80.11 | - |
| YUV | 128.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 234 | 0.11 | 0.71 | 0 | 0.08 | 291.02 | 0.8 | 0.59 |
| Hex | D1 | 43 | EA | B | 47 | 0 | 8 | 123 | 50 | 3B |
| Octal | 321 | 103 | 352 | 13 | 107 | 0 | 10 | 443 | 120 | 73 |
| Binary | 11010001 | 1000011 | 11101010 | 1011 | 1000111 | 0 | 1000 | 100100011 | 1010000 | 111011 |
Color Harmonies of #D143EA
Complementary color
Monochromatic Colors of #D143EA
Black with #D143EA
Text Example
Text Example
White with #D143EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143EA; }
p { color: rgb(209,67,234); }
H1.HeaderClassName
{
color: #D143EA;
}
.AnyTagClassName
{
color: #D143EA;
}
</style>
background-color css
<style>
a { background-color: #D143EA; }
a { background-color: rgb(209,67,234); }
div.DivClassName
{
background-color: #D143EA;
}
.BgClassName
{
background-color: #D143EA;
}
</style>
border-color css
<style>
span { border-color: #D143EA; }
span { border-color: rgb(209,67,234); }
td.TdClassName
{
border-color: #D143EA;
}
.TagClassName
{
border-color: #D143EA;
}
</style>