Shades of Medium Orchid #D138E8
Tints of Medium Orchid #D138E8
RGB
CMYK
RGB Variations
Color information
#D138E8 (or 0xD138E8) is known color: Medium Orchid. HEX triplet: D1, 38 and E8. RGB value is (209,56,232). Sum of RGB (Red+Green+Blue) = 209+56+232=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #D138E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138E8 is #2EC717. Grayscale: #797979. Windows color (decimal): -3065624 or 15218897. OLE color: 15218897.
HSL color Cylindrical-coordinate representation of color #D138E8: hue angle of 292.16º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D138E8 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 56 | 232 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.09 |
| HSL | 292.16º | 0.79% | 0.56% | - |
| HSV(B) | 292.16º | 0.76% | 0.91% | - |
| XYZ | 42.27 | 22.21 | 78.4 | - |
| YUV | 121.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 232 | 0.10 | 0.76 | 0 | 0.09 | 292.16 | 0.79 | 0.56 |
| Hex | D1 | 38 | E8 | A | 4C | 0 | 9 | 124 | 4F | 38 |
| Octal | 321 | 70 | 350 | 12 | 114 | 0 | 11 | 444 | 117 | 70 |
| Binary | 11010001 | 111000 | 11101000 | 1010 | 1001100 | 0 | 1001 | 100100100 | 1001111 | 111000 |
Color Harmonies of #D138E8
Complementary color
Monochromatic Colors of #D138E8
Black with #D138E8
Text Example
Text Example
White with #D138E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138E8; }
p { color: rgb(209,56,232); }
H1.HeaderClassName
{
color: #D138E8;
}
.AnyTagClassName
{
color: #D138E8;
}
</style>
background-color css
<style>
a { background-color: #D138E8; }
a { background-color: rgb(209,56,232); }
div.DivClassName
{
background-color: #D138E8;
}
.BgClassName
{
background-color: #D138E8;
}
</style>
border-color css
<style>
span { border-color: #D138E8; }
span { border-color: rgb(209,56,232); }
td.TdClassName
{
border-color: #D138E8;
}
.TagClassName
{
border-color: #D138E8;
}
</style>