Shades of Medium Orchid #D345F7
Tints of Medium Orchid #D345F7
RGB
CMYK
RGB Variations
Color information
#D345F7 (or 0xD345F7) is known color: Medium Orchid. HEX triplet: D3, 45 and F7. RGB value is (211,69,247). Sum of RGB (Red+Green+Blue) = 211+69+247=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 69 (27.34% from 255 or 13.09% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #D345F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345F7 is #2CBA08. Grayscale: #838383. Windows color (decimal): -2931209 or 16205267. OLE color: 16205267.
HSL color Cylindrical-coordinate representation of color #D345F7: hue angle of 287.87º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D345F7 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 69 | 247 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.03 |
| HSL | 287.87º | 0.92% | 0.62% | - |
| HSV(B) | 287.87º | 0.72% | 0.97% | - |
| XYZ | 45.78 | 24.82 | 90.37 | - |
| YUV | 131.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 247 | 0.15 | 0.72 | 0 | 0.03 | 287.87 | 0.92 | 0.62 |
| Hex | D3 | 45 | F7 | F | 48 | 0 | 3 | 120 | 5C | 3E |
| Octal | 323 | 105 | 367 | 17 | 110 | 0 | 3 | 440 | 134 | 76 |
| Binary | 11010011 | 1000101 | 11110111 | 1111 | 1001000 | 0 | 11 | 100100000 | 1011100 | 111110 |
Color Harmonies of #D345F7
Complementary color
Monochromatic Colors of #D345F7
Black with #D345F7
Text Example
Text Example
White with #D345F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345F7; }
p { color: rgb(211,69,247); }
H1.HeaderClassName
{
color: #D345F7;
}
.AnyTagClassName
{
color: #D345F7;
}
</style>
background-color css
<style>
a { background-color: #D345F7; }
a { background-color: rgb(211,69,247); }
div.DivClassName
{
background-color: #D345F7;
}
.BgClassName
{
background-color: #D345F7;
}
</style>
border-color css
<style>
span { border-color: #D345F7; }
span { border-color: rgb(211,69,247); }
td.TdClassName
{
border-color: #D345F7;
}
.TagClassName
{
border-color: #D345F7;
}
</style>