Shades of Medium Orchid #D140FA
Tints of Medium Orchid #D140FA
RGB
CMYK
RGB Variations
Color information
#D140FA (or 0xD140FA) is known color: Medium Orchid. HEX triplet: D1, 40 and FA. RGB value is (209,64,250). Sum of RGB (Red+Green+Blue) = 209+64+250=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #D140FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FA is #2EBF05. Grayscale: #7F7F7F. Windows color (decimal): -3063558 or 16400593. OLE color: 16400593.
HSL color Cylindrical-coordinate representation of color #D140FA: hue angle of 286.77º 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 #D140FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 64 | 250 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.02 |
| HSL | 286.77º | 0.95% | 0.62% | - |
| HSV(B) | 286.77º | 0.74% | 0.98% | - |
| XYZ | 45.38 | 24.12 | 92.71 | - |
| YUV | 128.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 250 | 0.16 | 0.74 | 0 | 0.02 | 286.77 | 0.95 | 0.62 |
| Hex | D1 | 40 | FA | 10 | 4A | 0 | 2 | 11F | 5F | 3E |
| Octal | 321 | 100 | 372 | 20 | 112 | 0 | 2 | 437 | 137 | 76 |
| Binary | 11010001 | 1000000 | 11111010 | 10000 | 1001010 | 0 | 10 | 100011111 | 1011111 | 111110 |
Color Harmonies of #D140FA
Complementary color
Monochromatic Colors of #D140FA
Black with #D140FA
Text Example
Text Example
White with #D140FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140FA; }
p { color: rgb(209,64,250); }
H1.HeaderClassName
{
color: #D140FA;
}
.AnyTagClassName
{
color: #D140FA;
}
</style>
background-color css
<style>
a { background-color: #D140FA; }
a { background-color: rgb(209,64,250); }
div.DivClassName
{
background-color: #D140FA;
}
.BgClassName
{
background-color: #D140FA;
}
</style>
border-color css
<style>
span { border-color: #D140FA; }
span { border-color: rgb(209,64,250); }
td.TdClassName
{
border-color: #D140FA;
}
.TagClassName
{
border-color: #D140FA;
}
</style>