Shades of Medium Orchid #D14FF2
Tints of Medium Orchid #D14FF2
RGB
CMYK
RGB Variations
Color information
#D14FF2 (or 0xD14FF2) is known color: Medium Orchid. HEX triplet: D1, 4F and F2. RGB value is (209,79,242). Sum of RGB (Red+Green+Blue) = 209+79+242=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #D14FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FF2 is #2EB00D. Grayscale: #878787. Windows color (decimal): -3059726 or 15880145. OLE color: 15880145.
HSL color Cylindrical-coordinate representation of color #D14FF2: hue angle of 287.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14FF2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 79 | 242 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 287.85º | 0.86% | 0.63% | - |
| HSV(B) | 287.85º | 0.67% | 0.95% | - |
| XYZ | 45.12 | 25.56 | 86.56 | - |
| YUV | 136.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 242 | 0.14 | 0.67 | 0 | 0.05 | 287.85 | 0.86 | 0.63 |
| Hex | D1 | 4F | F2 | E | 43 | 0 | 5 | 120 | 56 | 3F |
| Octal | 321 | 117 | 362 | 16 | 103 | 0 | 5 | 440 | 126 | 77 |
| Binary | 11010001 | 1001111 | 11110010 | 1110 | 1000011 | 0 | 101 | 100100000 | 1010110 | 111111 |
Color Harmonies of #D14FF2
Complementary color
Monochromatic Colors of #D14FF2
Black with #D14FF2
Text Example
Text Example
White with #D14FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FF2; }
p { color: rgb(209,79,242); }
H1.HeaderClassName
{
color: #D14FF2;
}
.AnyTagClassName
{
color: #D14FF2;
}
</style>
background-color css
<style>
a { background-color: #D14FF2; }
a { background-color: rgb(209,79,242); }
div.DivClassName
{
background-color: #D14FF2;
}
.BgClassName
{
background-color: #D14FF2;
}
</style>
border-color css
<style>
span { border-color: #D14FF2; }
span { border-color: rgb(209,79,242); }
td.TdClassName
{
border-color: #D14FF2;
}
.TagClassName
{
border-color: #D14FF2;
}
</style>