Shades of Medium Orchid #D340FC
Tints of Medium Orchid #D340FC
RGB
CMYK
RGB Variations
Color information
#D340FC (or 0xD340FC) is known color: Medium Orchid. HEX triplet: D3, 40 and FC. RGB value is (211,64,252). Sum of RGB (Red+Green+Blue) = 211+64+252=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #D340FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FC is #2CBF03. Grayscale: #808080. Windows color (decimal): -2932484 or 16531667. OLE color: 16531667.
HSL color Cylindrical-coordinate representation of color #D340FC: hue angle of 286.91º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D340FC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 64 | 252 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.01 |
| HSL | 286.91º | 0.97% | 0.62% | - |
| HSV(B) | 286.91º | 0.75% | 0.99% | - |
| XYZ | 46.27 | 24.54 | 94.39 | - |
| YUV | 129.39 | 197.2 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 252 | 0.16 | 0.75 | 0 | 0.01 | 286.91 | 0.97 | 0.62 |
| Hex | D3 | 40 | FC | 10 | 4B | 0 | 1 | 11F | 61 | 3E |
| Octal | 323 | 100 | 374 | 20 | 113 | 0 | 1 | 437 | 141 | 76 |
| Binary | 11010011 | 1000000 | 11111100 | 10000 | 1001011 | 0 | 1 | 100011111 | 1100001 | 111110 |
Color Harmonies of #D340FC
Complementary color
Monochromatic Colors of #D340FC
Black with #D340FC
Text Example
Text Example
White with #D340FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340FC; }
p { color: rgb(211,64,252); }
H1.HeaderClassName
{
color: #D340FC;
}
.AnyTagClassName
{
color: #D340FC;
}
</style>
background-color css
<style>
a { background-color: #D340FC; }
a { background-color: rgb(211,64,252); }
div.DivClassName
{
background-color: #D340FC;
}
.BgClassName
{
background-color: #D340FC;
}
</style>
border-color css
<style>
span { border-color: #D340FC; }
span { border-color: rgb(211,64,252); }
td.TdClassName
{
border-color: #D340FC;
}
.TagClassName
{
border-color: #D340FC;
}
</style>