Shades of Medium Orchid #D14AE0
Tints of Medium Orchid #D14AE0
RGB
CMYK
RGB Variations
Color information
#D14AE0 (or 0xD14AE0) is known color: Medium Orchid. HEX triplet: D1, 4A and E0. RGB value is (209,74,224). Sum of RGB (Red+Green+Blue) = 209+74+224=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #D14AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AE0 is #2EB51F. Grayscale: #838383. Windows color (decimal): -3061024 or 14699217. OLE color: 14699217.
HSL color Cylindrical-coordinate representation of color #D14AE0: hue angle of 294º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14AE0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 74 | 224 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.12 |
| HSL | 294º | 0.71% | 0.58% | - |
| HSV(B) | 294º | 0.67% | 0.88% | - |
| XYZ | 42.2 | 23.83 | 72.9 | - |
| YUV | 131.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 224 | 0.07 | 0.67 | 0 | 0.12 | 294 | 0.71 | 0.58 |
| Hex | D1 | 4A | E0 | 7 | 43 | 0 | C | 126 | 47 | 3A |
| Octal | 321 | 112 | 340 | 7 | 103 | 0 | 14 | 446 | 107 | 72 |
| Binary | 11010001 | 1001010 | 11100000 | 111 | 1000011 | 0 | 1100 | 100100110 | 1000111 | 111010 |
Color Harmonies of #D14AE0
Complementary color
Monochromatic Colors of #D14AE0
Black with #D14AE0
Text Example
Text Example
White with #D14AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AE0; }
p { color: rgb(209,74,224); }
H1.HeaderClassName
{
color: #D14AE0;
}
.AnyTagClassName
{
color: #D14AE0;
}
</style>
background-color css
<style>
a { background-color: #D14AE0; }
a { background-color: rgb(209,74,224); }
div.DivClassName
{
background-color: #D14AE0;
}
.BgClassName
{
background-color: #D14AE0;
}
</style>
border-color css
<style>
span { border-color: #D14AE0; }
span { border-color: rgb(209,74,224); }
td.TdClassName
{
border-color: #D14AE0;
}
.TagClassName
{
border-color: #D14AE0;
}
</style>