Shades of Medium Orchid #D045E6
Tints of Medium Orchid #D045E6
RGB
CMYK
RGB Variations
Color information
#D045E6 (or 0xD045E6) is known color: Medium Orchid. HEX triplet: D0, 45 and E6. RGB value is (208,69,230). Sum of RGB (Red+Green+Blue) = 208+69+230=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #D045E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045E6 is #2FBA19. Grayscale: #808080. Windows color (decimal): -3127834 or 15091152. OLE color: 15091152.
HSL color Cylindrical-coordinate representation of color #D045E6: hue angle of 291.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D045E6 is Cyan = 0.10, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 69 | 230 | - |
| CMYK | 0.10 | 0.7 | 0 | 0.10 |
| HSL | 291.8º | 0.76% | 0.59% | - |
| HSV(B) | 291.8º | 0.7% | 0.9% | - |
| XYZ | 42.42 | 23.38 | 77.14 | - |
| YUV | 128.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 230 | 0.10 | 0.7 | 0 | 0.10 | 291.8 | 0.76 | 0.59 |
| Hex | D0 | 45 | E6 | A | 46 | 0 | A | 124 | 4C | 3B |
| Octal | 320 | 105 | 346 | 12 | 106 | 0 | 12 | 444 | 114 | 73 |
| Binary | 11010000 | 1000101 | 11100110 | 1010 | 1000110 | 0 | 1010 | 100100100 | 1001100 | 111011 |
Color Harmonies of #D045E6
Complementary color
Monochromatic Colors of #D045E6
Black with #D045E6
Text Example
Text Example
White with #D045E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045E6; }
p { color: rgb(208,69,230); }
H1.HeaderClassName
{
color: #D045E6;
}
.AnyTagClassName
{
color: #D045E6;
}
</style>
background-color css
<style>
a { background-color: #D045E6; }
a { background-color: rgb(208,69,230); }
div.DivClassName
{
background-color: #D045E6;
}
.BgClassName
{
background-color: #D045E6;
}
</style>
border-color css
<style>
span { border-color: #D045E6; }
span { border-color: rgb(208,69,230); }
td.TdClassName
{
border-color: #D045E6;
}
.TagClassName
{
border-color: #D045E6;
}
</style>