Shades of Medium Orchid #D144F6
Tints of Medium Orchid #D144F6
RGB
CMYK
RGB Variations
Color information
#D144F6 (or 0xD144F6) is known color: Medium Orchid. HEX triplet: D1, 44 and F6. RGB value is (209,68,246). Sum of RGB (Red+Green+Blue) = 209+68+246=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #D144F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144F6 is #2EBB09. Grayscale: #818181. Windows color (decimal): -3062538 or 16139473. OLE color: 16139473.
HSL color Cylindrical-coordinate representation of color #D144F6: hue angle of 287.53º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D144F6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 68 | 246 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.04 |
| HSL | 287.53º | 0.91% | 0.62% | - |
| HSV(B) | 287.53º | 0.72% | 0.96% | - |
| XYZ | 45 | 24.34 | 89.52 | - |
| YUV | 130.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 246 | 0.15 | 0.72 | 0 | 0.04 | 287.53 | 0.91 | 0.62 |
| Hex | D1 | 44 | F6 | F | 48 | 0 | 4 | 120 | 5B | 3E |
| Octal | 321 | 104 | 366 | 17 | 110 | 0 | 4 | 440 | 133 | 76 |
| Binary | 11010001 | 1000100 | 11110110 | 1111 | 1001000 | 0 | 100 | 100100000 | 1011011 | 111110 |
Color Harmonies of #D144F6
Complementary color
Monochromatic Colors of #D144F6
Black with #D144F6
Text Example
Text Example
White with #D144F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144F6; }
p { color: rgb(209,68,246); }
H1.HeaderClassName
{
color: #D144F6;
}
.AnyTagClassName
{
color: #D144F6;
}
</style>
background-color css
<style>
a { background-color: #D144F6; }
a { background-color: rgb(209,68,246); }
div.DivClassName
{
background-color: #D144F6;
}
.BgClassName
{
background-color: #D144F6;
}
</style>
border-color css
<style>
span { border-color: #D144F6; }
span { border-color: rgb(209,68,246); }
td.TdClassName
{
border-color: #D144F6;
}
.TagClassName
{
border-color: #D144F6;
}
</style>