Shades of Medium Orchid #D13CF3
Tints of Medium Orchid #D13CF3
RGB
CMYK
RGB Variations
Color information
#D13CF3 (or 0xD13CF3) is known color: Medium Orchid. HEX triplet: D1, 3C and F3. RGB value is (209,60,243). Sum of RGB (Red+Green+Blue) = 209+60+243=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #D13CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CF3 is #2EC30C. Grayscale: #7C7C7C. Windows color (decimal): -3064589 or 15940817. OLE color: 15940817.
HSL color Cylindrical-coordinate representation of color #D13CF3: hue angle of 288.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CF3 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 60 | 243 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.05 |
| HSL | 288.85º | 0.88% | 0.59% | - |
| HSV(B) | 288.85º | 0.75% | 0.95% | - |
| XYZ | 44.09 | 23.26 | 86.96 | - |
| YUV | 125.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 243 | 0.14 | 0.75 | 0 | 0.05 | 288.85 | 0.88 | 0.59 |
| Hex | D1 | 3C | F3 | E | 4B | 0 | 5 | 121 | 58 | 3B |
| Octal | 321 | 74 | 363 | 16 | 113 | 0 | 5 | 441 | 130 | 73 |
| Binary | 11010001 | 111100 | 11110011 | 1110 | 1001011 | 0 | 101 | 100100001 | 1011000 | 111011 |
Color Harmonies of #D13CF3
Complementary color
Monochromatic Colors of #D13CF3
Black with #D13CF3
Text Example
Text Example
White with #D13CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CF3; }
p { color: rgb(209,60,243); }
H1.HeaderClassName
{
color: #D13CF3;
}
.AnyTagClassName
{
color: #D13CF3;
}
</style>
background-color css
<style>
a { background-color: #D13CF3; }
a { background-color: rgb(209,60,243); }
div.DivClassName
{
background-color: #D13CF3;
}
.BgClassName
{
background-color: #D13CF3;
}
</style>
border-color css
<style>
span { border-color: #D13CF3; }
span { border-color: rgb(209,60,243); }
td.TdClassName
{
border-color: #D13CF3;
}
.TagClassName
{
border-color: #D13CF3;
}
</style>