Shades of Medium Orchid #D045DC
Tints of Medium Orchid #D045DC
RGB
CMYK
RGB Variations
Color information
#D045DC (or 0xD045DC) is known color: Medium Orchid. HEX triplet: D0, 45 and DC. RGB value is (208,69,220). Sum of RGB (Red+Green+Blue) = 208+69+220=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #D045DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045DC is #2FBA23. Grayscale: #7F7F7F. Windows color (decimal): -3127844 or 14435792. OLE color: 14435792.
HSL color Cylindrical-coordinate representation of color #D045DC: hue angle of 295.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D045DC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 69 | 220 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.14 |
| HSL | 295.23º | 0.68% | 0.57% | - |
| HSV(B) | 295.23º | 0.69% | 0.86% | - |
| XYZ | 41.06 | 22.83 | 69.95 | - |
| YUV | 127.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 220 | 0.05 | 0.69 | 0 | 0.14 | 295.23 | 0.68 | 0.57 |
| Hex | D0 | 45 | DC | 5 | 45 | 0 | E | 127 | 44 | 39 |
| Octal | 320 | 105 | 334 | 5 | 105 | 0 | 16 | 447 | 104 | 71 |
| Binary | 11010000 | 1000101 | 11011100 | 101 | 1000101 | 0 | 1110 | 100100111 | 1000100 | 111001 |
Color Harmonies of #D045DC
Complementary color
Monochromatic Colors of #D045DC
Black with #D045DC
Text Example
Text Example
White with #D045DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045DC; }
p { color: rgb(208,69,220); }
H1.HeaderClassName
{
color: #D045DC;
}
.AnyTagClassName
{
color: #D045DC;
}
</style>
background-color css
<style>
a { background-color: #D045DC; }
a { background-color: rgb(208,69,220); }
div.DivClassName
{
background-color: #D045DC;
}
.BgClassName
{
background-color: #D045DC;
}
</style>
border-color css
<style>
span { border-color: #D045DC; }
span { border-color: rgb(208,69,220); }
td.TdClassName
{
border-color: #D045DC;
}
.TagClassName
{
border-color: #D045DC;
}
</style>