Shades of Medium Orchid #D145EE
Tints of Medium Orchid #D145EE
RGB
CMYK
RGB Variations
Color information
#D145EE (or 0xD145EE) is known color: Medium Orchid. HEX triplet: D1, 45 and EE. RGB value is (209,69,238). Sum of RGB (Red+Green+Blue) = 209+69+238=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #D145EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145EE is #2EBA11. Grayscale: #818181. Windows color (decimal): -3062290 or 15615441. OLE color: 15615441.
HSL color Cylindrical-coordinate representation of color #D145EE: hue angle of 289.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D145EE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 69 | 238 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.07 |
| HSL | 289.7º | 0.83% | 0.6% | - |
| HSV(B) | 289.7º | 0.71% | 0.93% | - |
| XYZ | 43.86 | 23.98 | 83.21 | - |
| YUV | 130.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 238 | 0.12 | 0.71 | 0 | 0.07 | 289.7 | 0.83 | 0.6 |
| Hex | D1 | 45 | EE | C | 47 | 0 | 7 | 122 | 53 | 3C |
| Octal | 321 | 105 | 356 | 14 | 107 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010001 | 1000101 | 11101110 | 1100 | 1000111 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D145EE
Complementary color
Monochromatic Colors of #D145EE
Black with #D145EE
Text Example
Text Example
White with #D145EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145EE; }
p { color: rgb(209,69,238); }
H1.HeaderClassName
{
color: #D145EE;
}
.AnyTagClassName
{
color: #D145EE;
}
</style>
background-color css
<style>
a { background-color: #D145EE; }
a { background-color: rgb(209,69,238); }
div.DivClassName
{
background-color: #D145EE;
}
.BgClassName
{
background-color: #D145EE;
}
</style>
border-color css
<style>
span { border-color: #D145EE; }
span { border-color: rgb(209,69,238); }
td.TdClassName
{
border-color: #D145EE;
}
.TagClassName
{
border-color: #D145EE;
}
</style>