Shades of Medium Orchid #D144E5
Tints of Medium Orchid #D144E5
RGB
CMYK
RGB Variations
Color information
#D144E5 (or 0xD144E5) is known color: Medium Orchid. HEX triplet: D1, 44 and E5. RGB value is (209,68,229). Sum of RGB (Red+Green+Blue) = 209+68+229=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #D144E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144E5 is #2EBB1A. Grayscale: #808080. Windows color (decimal): -3062555 or 15025361. OLE color: 15025361.
HSL color Cylindrical-coordinate representation of color #D144E5: hue angle of 292.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D144E5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 68 | 229 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.10 |
| HSL | 292.55º | 0.76% | 0.58% | - |
| HSV(B) | 292.55º | 0.7% | 0.9% | - |
| XYZ | 42.5 | 23.35 | 76.39 | - |
| YUV | 128.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 229 | 0.09 | 0.70 | 0 | 0.10 | 292.55 | 0.76 | 0.58 |
| Hex | D1 | 44 | E5 | 9 | 46 | 0 | A | 125 | 4C | 3A |
| Octal | 321 | 104 | 345 | 11 | 106 | 0 | 12 | 445 | 114 | 72 |
| Binary | 11010001 | 1000100 | 11100101 | 1001 | 1000110 | 0 | 1010 | 100100101 | 1001100 | 111010 |
Color Harmonies of #D144E5
Complementary color
Monochromatic Colors of #D144E5
Black with #D144E5
Text Example
Text Example
White with #D144E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144E5; }
p { color: rgb(209,68,229); }
H1.HeaderClassName
{
color: #D144E5;
}
.AnyTagClassName
{
color: #D144E5;
}
</style>
background-color css
<style>
a { background-color: #D144E5; }
a { background-color: rgb(209,68,229); }
div.DivClassName
{
background-color: #D144E5;
}
.BgClassName
{
background-color: #D144E5;
}
</style>
border-color css
<style>
span { border-color: #D144E5; }
span { border-color: rgb(209,68,229); }
td.TdClassName
{
border-color: #D144E5;
}
.TagClassName
{
border-color: #D144E5;
}
</style>