Shades of Medium Orchid #D143EB
Tints of Medium Orchid #D143EB
RGB
CMYK
RGB Variations
Color information
#D143EB (or 0xD143EB) is known color: Medium Orchid. HEX triplet: D1, 43 and EB. RGB value is (209,67,235). Sum of RGB (Red+Green+Blue) = 209+67+235=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #D143EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143EB is #2EBC14. Grayscale: #808080. Windows color (decimal): -3062805 or 15418321. OLE color: 15418321.
HSL color Cylindrical-coordinate representation of color #D143EB: hue angle of 290.71º degrees, saturation: 0.81, 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 #D143EB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 67 | 235 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.08 |
| HSL | 290.71º | 0.81% | 0.59% | - |
| HSV(B) | 290.71º | 0.71% | 0.92% | - |
| XYZ | 43.3 | 23.57 | 80.86 | - |
| YUV | 128.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 235 | 0.11 | 0.71 | 0 | 0.08 | 290.71 | 0.81 | 0.59 |
| Hex | D1 | 43 | EB | B | 47 | 0 | 8 | 123 | 51 | 3B |
| Octal | 321 | 103 | 353 | 13 | 107 | 0 | 10 | 443 | 121 | 73 |
| Binary | 11010001 | 1000011 | 11101011 | 1011 | 1000111 | 0 | 1000 | 100100011 | 1010001 | 111011 |
Color Harmonies of #D143EB
Complementary color
Monochromatic Colors of #D143EB
Black with #D143EB
Text Example
Text Example
White with #D143EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143EB; }
p { color: rgb(209,67,235); }
H1.HeaderClassName
{
color: #D143EB;
}
.AnyTagClassName
{
color: #D143EB;
}
</style>
background-color css
<style>
a { background-color: #D143EB; }
a { background-color: rgb(209,67,235); }
div.DivClassName
{
background-color: #D143EB;
}
.BgClassName
{
background-color: #D143EB;
}
</style>
border-color css
<style>
span { border-color: #D143EB; }
span { border-color: rgb(209,67,235); }
td.TdClassName
{
border-color: #D143EB;
}
.TagClassName
{
border-color: #D143EB;
}
</style>