Shades of Medium Orchid #D145DF
Tints of Medium Orchid #D145DF
RGB
CMYK
RGB Variations
Color information
#D145DF (or 0xD145DF) is known color: Medium Orchid. HEX triplet: D1, 45 and DF. RGB value is (209,69,223). Sum of RGB (Red+Green+Blue) = 209+69+223=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #D145DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145DF is #2EBA20. Grayscale: #7F7F7F. Windows color (decimal): -3062305 or 14632401. OLE color: 14632401.
HSL color Cylindrical-coordinate representation of color #D145DF: hue angle of 294.55º degrees, saturation: 0.71, 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 #D145DF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 69 | 223 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.55º | 0.71% | 0.57% | - |
| HSV(B) | 294.55º | 0.69% | 0.87% | - |
| XYZ | 41.74 | 23.14 | 72.08 | - |
| YUV | 128.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 223 | 0.06 | 0.69 | 0 | 0.13 | 294.55 | 0.71 | 0.57 |
| Hex | D1 | 45 | DF | 6 | 45 | 0 | D | 127 | 47 | 39 |
| Octal | 321 | 105 | 337 | 6 | 105 | 0 | 15 | 447 | 107 | 71 |
| Binary | 11010001 | 1000101 | 11011111 | 110 | 1000101 | 0 | 1101 | 100100111 | 1000111 | 111001 |
Color Harmonies of #D145DF
Complementary color
Monochromatic Colors of #D145DF
Black with #D145DF
Text Example
Text Example
White with #D145DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145DF; }
p { color: rgb(209,69,223); }
H1.HeaderClassName
{
color: #D145DF;
}
.AnyTagClassName
{
color: #D145DF;
}
</style>
background-color css
<style>
a { background-color: #D145DF; }
a { background-color: rgb(209,69,223); }
div.DivClassName
{
background-color: #D145DF;
}
.BgClassName
{
background-color: #D145DF;
}
</style>
border-color css
<style>
span { border-color: #D145DF; }
span { border-color: rgb(209,69,223); }
td.TdClassName
{
border-color: #D145DF;
}
.TagClassName
{
border-color: #D145DF;
}
</style>