Shades of Medium Orchid #D345EE
Tints of Medium Orchid #D345EE
RGB
CMYK
RGB Variations
Color information
#D345EE (or 0xD345EE) is known color: Medium Orchid. HEX triplet: D3, 45 and EE. RGB value is (211,69,238). Sum of RGB (Red+Green+Blue) = 211+69+238=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #D345EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345EE is #2CBA11. Grayscale: #828282. Windows color (decimal): -2931218 or 15615443. OLE color: 15615443.
HSL color Cylindrical-coordinate representation of color #D345EE: hue angle of 290.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D345EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 69 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 290.41º | 0.83% | 0.6% | - |
| HSV(B) | 290.41º | 0.71% | 0.93% | - |
| XYZ | 44.42 | 24.28 | 83.23 | - |
| YUV | 130.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 238 | 0.11 | 0.71 | 0 | 0.07 | 290.41 | 0.83 | 0.6 |
| Hex | D3 | 45 | EE | B | 47 | 0 | 7 | 122 | 53 | 3C |
| Octal | 323 | 105 | 356 | 13 | 107 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010011 | 1000101 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D345EE
Complementary color
Monochromatic Colors of #D345EE
Black with #D345EE
Text Example
Text Example
White with #D345EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345EE; }
p { color: rgb(211,69,238); }
H1.HeaderClassName
{
color: #D345EE;
}
.AnyTagClassName
{
color: #D345EE;
}
</style>
background-color css
<style>
a { background-color: #D345EE; }
a { background-color: rgb(211,69,238); }
div.DivClassName
{
background-color: #D345EE;
}
.BgClassName
{
background-color: #D345EE;
}
</style>
border-color css
<style>
span { border-color: #D345EE; }
span { border-color: rgb(211,69,238); }
td.TdClassName
{
border-color: #D345EE;
}
.TagClassName
{
border-color: #D345EE;
}
</style>