Shades of Medium Orchid #D14CF2
Tints of Medium Orchid #D14CF2
RGB
CMYK
RGB Variations
Color information
#D14CF2 (or 0xD14CF2) is known color: Medium Orchid. HEX triplet: D1, 4C and F2. RGB value is (209,76,242). Sum of RGB (Red+Green+Blue) = 209+76+242=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #D14CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CF2 is #2EB30D. Grayscale: #868686. Windows color (decimal): -3060494 or 15879377. OLE color: 15879377.
HSL color Cylindrical-coordinate representation of color #D14CF2: hue angle of 288.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14CF2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 76 | 242 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.05 |
| HSL | 288.07º | 0.86% | 0.62% | - |
| HSV(B) | 288.07º | 0.69% | 0.95% | - |
| XYZ | 44.91 | 25.14 | 86.49 | - |
| YUV | 134.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 242 | 0.14 | 0.69 | 0 | 0.05 | 288.07 | 0.86 | 0.62 |
| Hex | D1 | 4C | F2 | E | 45 | 0 | 5 | 120 | 56 | 3E |
| Octal | 321 | 114 | 362 | 16 | 105 | 0 | 5 | 440 | 126 | 76 |
| Binary | 11010001 | 1001100 | 11110010 | 1110 | 1000101 | 0 | 101 | 100100000 | 1010110 | 111110 |
Color Harmonies of #D14CF2
Complementary color
Monochromatic Colors of #D14CF2
Black with #D14CF2
Text Example
Text Example
White with #D14CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CF2; }
p { color: rgb(209,76,242); }
H1.HeaderClassName
{
color: #D14CF2;
}
.AnyTagClassName
{
color: #D14CF2;
}
</style>
background-color css
<style>
a { background-color: #D14CF2; }
a { background-color: rgb(209,76,242); }
div.DivClassName
{
background-color: #D14CF2;
}
.BgClassName
{
background-color: #D14CF2;
}
</style>
border-color css
<style>
span { border-color: #D14CF2; }
span { border-color: rgb(209,76,242); }
td.TdClassName
{
border-color: #D14CF2;
}
.TagClassName
{
border-color: #D14CF2;
}
</style>