Shades of Medium Orchid #D149F2
Tints of Medium Orchid #D149F2
RGB
CMYK
RGB Variations
Color information
#D149F2 (or 0xD149F2) is known color: Medium Orchid. HEX triplet: D1, 49 and F2. RGB value is (209,73,242). Sum of RGB (Red+Green+Blue) = 209+73+242=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #D149F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149F2 is #2EB60D. Grayscale: #848484. Windows color (decimal): -3061262 or 15878609. OLE color: 15878609.
HSL color Cylindrical-coordinate representation of color #D149F2: hue angle of 288.28º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D149F2 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 73 | 242 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.05 |
| HSL | 288.28º | 0.87% | 0.62% | - |
| HSV(B) | 288.28º | 0.7% | 0.95% | - |
| XYZ | 44.7 | 24.73 | 86.42 | - |
| YUV | 132.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 242 | 0.14 | 0.70 | 0 | 0.05 | 288.28 | 0.87 | 0.62 |
| Hex | D1 | 49 | F2 | E | 46 | 0 | 5 | 120 | 57 | 3E |
| Octal | 321 | 111 | 362 | 16 | 106 | 0 | 5 | 440 | 127 | 76 |
| Binary | 11010001 | 1001001 | 11110010 | 1110 | 1000110 | 0 | 101 | 100100000 | 1010111 | 111110 |
Color Harmonies of #D149F2
Complementary color
Monochromatic Colors of #D149F2
Black with #D149F2
Text Example
Text Example
White with #D149F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149F2; }
p { color: rgb(209,73,242); }
H1.HeaderClassName
{
color: #D149F2;
}
.AnyTagClassName
{
color: #D149F2;
}
</style>
background-color css
<style>
a { background-color: #D149F2; }
a { background-color: rgb(209,73,242); }
div.DivClassName
{
background-color: #D149F2;
}
.BgClassName
{
background-color: #D149F2;
}
</style>
border-color css
<style>
span { border-color: #D149F2; }
span { border-color: rgb(209,73,242); }
td.TdClassName
{
border-color: #D149F2;
}
.TagClassName
{
border-color: #D149F2;
}
</style>