Shades of Medium Orchid #D134F2
Tints of Medium Orchid #D134F2
RGB
CMYK
RGB Variations
Color information
#D134F2 (or 0xD134F2) is known color: Medium Orchid. HEX triplet: D1, 34 and F2. RGB value is (209,52,242). Sum of RGB (Red+Green+Blue) = 209+52+242=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #D134F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134F2 is #2ECB0D. Grayscale: #787878. Windows color (decimal): -3066638 or 15873233. OLE color: 15873233.
HSL color Cylindrical-coordinate representation of color #D134F2: hue angle of 289.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D134F2 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 52 | 242 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.05 |
| HSL | 289.58º | 0.88% | 0.58% | - |
| HSV(B) | 289.58º | 0.79% | 0.95% | - |
| XYZ | 43.55 | 22.42 | 86.04 | - |
| YUV | 120.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 242 | 0.14 | 0.79 | 0 | 0.05 | 289.58 | 0.88 | 0.58 |
| Hex | D1 | 34 | F2 | E | 4F | 0 | 5 | 122 | 58 | 3A |
| Octal | 321 | 64 | 362 | 16 | 117 | 0 | 5 | 442 | 130 | 72 |
| Binary | 11010001 | 110100 | 11110010 | 1110 | 1001111 | 0 | 101 | 100100010 | 1011000 | 111010 |
Color Harmonies of #D134F2
Complementary color
Monochromatic Colors of #D134F2
Black with #D134F2
Text Example
Text Example
White with #D134F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134F2; }
p { color: rgb(209,52,242); }
H1.HeaderClassName
{
color: #D134F2;
}
.AnyTagClassName
{
color: #D134F2;
}
</style>
background-color css
<style>
a { background-color: #D134F2; }
a { background-color: rgb(209,52,242); }
div.DivClassName
{
background-color: #D134F2;
}
.BgClassName
{
background-color: #D134F2;
}
</style>
border-color css
<style>
span { border-color: #D134F2; }
span { border-color: rgb(209,52,242); }
td.TdClassName
{
border-color: #D134F2;
}
.TagClassName
{
border-color: #D134F2;
}
</style>