Shades of Medium Orchid #D145DE
Tints of Medium Orchid #D145DE
RGB
CMYK
RGB Variations
Color information
#D145DE (or 0xD145DE) is known color: Medium Orchid. HEX triplet: D1, 45 and DE. RGB value is (209,69,222). Sum of RGB (Red+Green+Blue) = 209+69+222=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #D145DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145DE is #2EBA21. Grayscale: #7F7F7F. Windows color (decimal): -3062306 or 14566865. OLE color: 14566865.
HSL color Cylindrical-coordinate representation of color #D145DE: hue angle of 294.9º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D145DE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 69 | 222 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.9º | 0.7% | 0.57% | - |
| HSV(B) | 294.9º | 0.69% | 0.87% | - |
| XYZ | 41.61 | 23.09 | 71.37 | - |
| YUV | 128.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 222 | 0.06 | 0.69 | 0 | 0.13 | 294.9 | 0.7 | 0.57 |
| Hex | D1 | 45 | DE | 6 | 45 | 0 | D | 127 | 46 | 39 |
| Octal | 321 | 105 | 336 | 6 | 105 | 0 | 15 | 447 | 106 | 71 |
| Binary | 11010001 | 1000101 | 11011110 | 110 | 1000101 | 0 | 1101 | 100100111 | 1000110 | 111001 |
Color Harmonies of #D145DE
Complementary color
Monochromatic Colors of #D145DE
Black with #D145DE
Text Example
Text Example
White with #D145DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145DE; }
p { color: rgb(209,69,222); }
H1.HeaderClassName
{
color: #D145DE;
}
.AnyTagClassName
{
color: #D145DE;
}
</style>
background-color css
<style>
a { background-color: #D145DE; }
a { background-color: rgb(209,69,222); }
div.DivClassName
{
background-color: #D145DE;
}
.BgClassName
{
background-color: #D145DE;
}
</style>
border-color css
<style>
span { border-color: #D145DE; }
span { border-color: rgb(209,69,222); }
td.TdClassName
{
border-color: #D145DE;
}
.TagClassName
{
border-color: #D145DE;
}
</style>