Shades of Medium Orchid #D340F9
Tints of Medium Orchid #D340F9
RGB
CMYK
RGB Variations
Color information
#D340F9 (or 0xD340F9) is known color: Medium Orchid. HEX triplet: D3, 40 and F9. RGB value is (211,64,249). Sum of RGB (Red+Green+Blue) = 211+64+249=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #D340F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340F9 is #2CBF06. Grayscale: #808080. Windows color (decimal): -2932487 or 16335059. OLE color: 16335059.
HSL color Cylindrical-coordinate representation of color #D340F9: hue angle of 287.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D340F9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 64 | 249 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.02 |
| HSL | 287.68º | 0.94% | 0.61% | - |
| HSV(B) | 287.68º | 0.74% | 0.98% | - |
| XYZ | 45.8 | 24.36 | 91.91 | - |
| YUV | 129.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 249 | 0.15 | 0.74 | 0 | 0.02 | 287.68 | 0.94 | 0.61 |
| Hex | D3 | 40 | F9 | F | 4A | 0 | 2 | 120 | 5E | 3D |
| Octal | 323 | 100 | 371 | 17 | 112 | 0 | 2 | 440 | 136 | 75 |
| Binary | 11010011 | 1000000 | 11111001 | 1111 | 1001010 | 0 | 10 | 100100000 | 1011110 | 111101 |
Color Harmonies of #D340F9
Complementary color
Monochromatic Colors of #D340F9
Black with #D340F9
Text Example
Text Example
White with #D340F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340F9; }
p { color: rgb(211,64,249); }
H1.HeaderClassName
{
color: #D340F9;
}
.AnyTagClassName
{
color: #D340F9;
}
</style>
background-color css
<style>
a { background-color: #D340F9; }
a { background-color: rgb(211,64,249); }
div.DivClassName
{
background-color: #D340F9;
}
.BgClassName
{
background-color: #D340F9;
}
</style>
border-color css
<style>
span { border-color: #D340F9; }
span { border-color: rgb(211,64,249); }
td.TdClassName
{
border-color: #D340F9;
}
.TagClassName
{
border-color: #D340F9;
}
</style>