Shades of Medium Orchid #D345F8
Tints of Medium Orchid #D345F8
RGB
CMYK
RGB Variations
Color information
#D345F8 (or 0xD345F8) is known color: Medium Orchid. HEX triplet: D3, 45 and F8. RGB value is (211,69,248). Sum of RGB (Red+Green+Blue) = 211+69+248=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #D345F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345F8 is #2CBA07. Grayscale: #838383. Windows color (decimal): -2931208 or 16270803. OLE color: 16270803.
HSL color Cylindrical-coordinate representation of color #D345F8: hue angle of 287.6º degrees, saturation: 0.93, 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 #D345F8 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 69 | 248 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.03 |
| HSL | 287.6º | 0.93% | 0.62% | - |
| HSV(B) | 287.6º | 0.72% | 0.97% | - |
| XYZ | 45.94 | 24.88 | 91.19 | - |
| YUV | 131.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 248 | 0.15 | 0.72 | 0 | 0.03 | 287.6 | 0.93 | 0.62 |
| Hex | D3 | 45 | F8 | F | 48 | 0 | 3 | 120 | 5D | 3E |
| Octal | 323 | 105 | 370 | 17 | 110 | 0 | 3 | 440 | 135 | 76 |
| Binary | 11010011 | 1000101 | 11111000 | 1111 | 1001000 | 0 | 11 | 100100000 | 1011101 | 111110 |
Color Harmonies of #D345F8
Complementary color
Monochromatic Colors of #D345F8
Black with #D345F8
Text Example
Text Example
White with #D345F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345F8; }
p { color: rgb(211,69,248); }
H1.HeaderClassName
{
color: #D345F8;
}
.AnyTagClassName
{
color: #D345F8;
}
</style>
background-color css
<style>
a { background-color: #D345F8; }
a { background-color: rgb(211,69,248); }
div.DivClassName
{
background-color: #D345F8;
}
.BgClassName
{
background-color: #D345F8;
}
</style>
border-color css
<style>
span { border-color: #D345F8; }
span { border-color: rgb(211,69,248); }
td.TdClassName
{
border-color: #D345F8;
}
.TagClassName
{
border-color: #D345F8;
}
</style>