Shades of Medium Orchid #D340FA
Tints of Medium Orchid #D340FA
RGB
CMYK
RGB Variations
Color information
#D340FA (or 0xD340FA) is known color: Medium Orchid. HEX triplet: D3, 40 and FA. RGB value is (211,64,250). Sum of RGB (Red+Green+Blue) = 211+64+250=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #D340FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FA is #2CBF05. Grayscale: #808080. Windows color (decimal): -2932486 or 16400595. OLE color: 16400595.
HSL color Cylindrical-coordinate representation of color #D340FA: hue angle of 287.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D340FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 64 | 250 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.02 |
| HSL | 287.42º | 0.95% | 0.62% | - |
| HSV(B) | 287.42º | 0.74% | 0.98% | - |
| XYZ | 45.95 | 24.42 | 92.73 | - |
| YUV | 129.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 250 | 0.16 | 0.74 | 0 | 0.02 | 287.42 | 0.95 | 0.62 |
| Hex | D3 | 40 | FA | 10 | 4A | 0 | 2 | 11F | 5F | 3E |
| Octal | 323 | 100 | 372 | 20 | 112 | 0 | 2 | 437 | 137 | 76 |
| Binary | 11010011 | 1000000 | 11111010 | 10000 | 1001010 | 0 | 10 | 100011111 | 1011111 | 111110 |
Color Harmonies of #D340FA
Complementary color
Monochromatic Colors of #D340FA
Black with #D340FA
Text Example
Text Example
White with #D340FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340FA; }
p { color: rgb(211,64,250); }
H1.HeaderClassName
{
color: #D340FA;
}
.AnyTagClassName
{
color: #D340FA;
}
</style>
background-color css
<style>
a { background-color: #D340FA; }
a { background-color: rgb(211,64,250); }
div.DivClassName
{
background-color: #D340FA;
}
.BgClassName
{
background-color: #D340FA;
}
</style>
border-color css
<style>
span { border-color: #D340FA; }
span { border-color: rgb(211,64,250); }
td.TdClassName
{
border-color: #D340FA;
}
.TagClassName
{
border-color: #D340FA;
}
</style>