Shades of Medium Orchid #D345EF
Tints of Medium Orchid #D345EF
RGB
CMYK
RGB Variations
Color information
#D345EF (or 0xD345EF) is known color: Medium Orchid. HEX triplet: D3, 45 and EF. RGB value is (211,69,239). Sum of RGB (Red+Green+Blue) = 211+69+239=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #D345EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345EF is #2CBA10. Grayscale: #828282. Windows color (decimal): -2931217 or 15680979. OLE color: 15680979.
HSL color Cylindrical-coordinate representation of color #D345EF: hue angle of 290.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D345EF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 69 | 239 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.06 |
| HSL | 290.12º | 0.84% | 0.6% | - |
| HSV(B) | 290.12º | 0.71% | 0.94% | - |
| XYZ | 44.57 | 24.34 | 84.01 | - |
| YUV | 130.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 239 | 0.12 | 0.71 | 0 | 0.06 | 290.12 | 0.84 | 0.6 |
| Hex | D3 | 45 | EF | C | 47 | 0 | 6 | 122 | 54 | 3C |
| Octal | 323 | 105 | 357 | 14 | 107 | 0 | 6 | 442 | 124 | 74 |
| Binary | 11010011 | 1000101 | 11101111 | 1100 | 1000111 | 0 | 110 | 100100010 | 1010100 | 111100 |
Color Harmonies of #D345EF
Complementary color
Monochromatic Colors of #D345EF
Black with #D345EF
Text Example
Text Example
White with #D345EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345EF; }
p { color: rgb(211,69,239); }
H1.HeaderClassName
{
color: #D345EF;
}
.AnyTagClassName
{
color: #D345EF;
}
</style>
background-color css
<style>
a { background-color: #D345EF; }
a { background-color: rgb(211,69,239); }
div.DivClassName
{
background-color: #D345EF;
}
.BgClassName
{
background-color: #D345EF;
}
</style>
border-color css
<style>
span { border-color: #D345EF; }
span { border-color: rgb(211,69,239); }
td.TdClassName
{
border-color: #D345EF;
}
.TagClassName
{
border-color: #D345EF;
}
</style>