Shades of Medium Orchid #D145DD
Tints of Medium Orchid #D145DD
RGB
CMYK
RGB Variations
Color information
#D145DD (or 0xD145DD) is known color: Medium Orchid. HEX triplet: D1, 45 and DD. RGB value is (209,69,221). Sum of RGB (Red+Green+Blue) = 209+69+221=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D145DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145DD is #2EBA22. Grayscale: #7F7F7F. Windows color (decimal): -3062307 or 14501329. OLE color: 14501329.
HSL color Cylindrical-coordinate representation of color #D145DD: hue angle of 295.26º degrees, saturation: 0.69, 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 #D145DD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 69 | 221 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.13 |
| HSL | 295.26º | 0.69% | 0.57% | - |
| HSV(B) | 295.26º | 0.69% | 0.87% | - |
| XYZ | 41.47 | 23.03 | 70.67 | - |
| YUV | 128.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 221 | 0.05 | 0.69 | 0 | 0.13 | 295.26 | 0.69 | 0.57 |
| Hex | D1 | 45 | DD | 5 | 45 | 0 | D | 127 | 45 | 39 |
| Octal | 321 | 105 | 335 | 5 | 105 | 0 | 15 | 447 | 105 | 71 |
| Binary | 11010001 | 1000101 | 11011101 | 101 | 1000101 | 0 | 1101 | 100100111 | 1000101 | 111001 |
Color Harmonies of #D145DD
Complementary color
Monochromatic Colors of #D145DD
Black with #D145DD
Text Example
Text Example
White with #D145DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145DD; }
p { color: rgb(209,69,221); }
H1.HeaderClassName
{
color: #D145DD;
}
.AnyTagClassName
{
color: #D145DD;
}
</style>
background-color css
<style>
a { background-color: #D145DD; }
a { background-color: rgb(209,69,221); }
div.DivClassName
{
background-color: #D145DD;
}
.BgClassName
{
background-color: #D145DD;
}
</style>
border-color css
<style>
span { border-color: #D145DD; }
span { border-color: rgb(209,69,221); }
td.TdClassName
{
border-color: #D145DD;
}
.TagClassName
{
border-color: #D145DD;
}
</style>