Shades of Medium Orchid #D13CF2
Tints of Medium Orchid #D13CF2
RGB
CMYK
RGB Variations
Color information
#D13CF2 (or 0xD13CF2) is known color: Medium Orchid. HEX triplet: D1, 3C and F2. RGB value is (209,60,242). Sum of RGB (Red+Green+Blue) = 209+60+242=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D13CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CF2 is #2EC30D. Grayscale: #7C7C7C. Windows color (decimal): -3064590 or 15875281. OLE color: 15875281.
HSL color Cylindrical-coordinate representation of color #D13CF2: hue angle of 289.12º 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 #D13CF2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 60 | 242 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.05 |
| HSL | 289.12º | 0.88% | 0.59% | - |
| HSV(B) | 289.12º | 0.75% | 0.95% | - |
| XYZ | 43.94 | 23.2 | 86.17 | - |
| YUV | 125.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 242 | 0.14 | 0.75 | 0 | 0.05 | 289.12 | 0.88 | 0.59 |
| Hex | D1 | 3C | F2 | E | 4B | 0 | 5 | 121 | 58 | 3B |
| Octal | 321 | 74 | 362 | 16 | 113 | 0 | 5 | 441 | 130 | 73 |
| Binary | 11010001 | 111100 | 11110010 | 1110 | 1001011 | 0 | 101 | 100100001 | 1011000 | 111011 |
Color Harmonies of #D13CF2
Complementary color
Monochromatic Colors of #D13CF2
Black with #D13CF2
Text Example
Text Example
White with #D13CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CF2; }
p { color: rgb(209,60,242); }
H1.HeaderClassName
{
color: #D13CF2;
}
.AnyTagClassName
{
color: #D13CF2;
}
</style>
background-color css
<style>
a { background-color: #D13CF2; }
a { background-color: rgb(209,60,242); }
div.DivClassName
{
background-color: #D13CF2;
}
.BgClassName
{
background-color: #D13CF2;
}
</style>
border-color css
<style>
span { border-color: #D13CF2; }
span { border-color: rgb(209,60,242); }
td.TdClassName
{
border-color: #D13CF2;
}
.TagClassName
{
border-color: #D13CF2;
}
</style>