Shades of Medium Orchid #D13CE9
Tints of Medium Orchid #D13CE9
RGB
CMYK
RGB Variations
Color information
#D13CE9 (or 0xD13CE9) is known color: Medium Orchid. HEX triplet: D1, 3C and E9. RGB value is (209,60,233). Sum of RGB (Red+Green+Blue) = 209+60+233=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #D13CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CE9 is #2EC316. Grayscale: #7B7B7B. Windows color (decimal): -3064599 or 15285457. OLE color: 15285457.
HSL color Cylindrical-coordinate representation of color #D13CE9: hue angle of 291.68º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13CE9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 60 | 233 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.09 |
| HSL | 291.68º | 0.8% | 0.57% | - |
| HSV(B) | 291.68º | 0.74% | 0.91% | - |
| XYZ | 42.62 | 22.67 | 79.22 | - |
| YUV | 124.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 233 | 0.10 | 0.74 | 0 | 0.09 | 291.68 | 0.8 | 0.57 |
| Hex | D1 | 3C | E9 | A | 4A | 0 | 9 | 124 | 50 | 39 |
| Octal | 321 | 74 | 351 | 12 | 112 | 0 | 11 | 444 | 120 | 71 |
| Binary | 11010001 | 111100 | 11101001 | 1010 | 1001010 | 0 | 1001 | 100100100 | 1010000 | 111001 |
Color Harmonies of #D13CE9
Complementary color
Monochromatic Colors of #D13CE9
Black with #D13CE9
Text Example
Text Example
White with #D13CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CE9; }
p { color: rgb(209,60,233); }
H1.HeaderClassName
{
color: #D13CE9;
}
.AnyTagClassName
{
color: #D13CE9;
}
</style>
background-color css
<style>
a { background-color: #D13CE9; }
a { background-color: rgb(209,60,233); }
div.DivClassName
{
background-color: #D13CE9;
}
.BgClassName
{
background-color: #D13CE9;
}
</style>
border-color css
<style>
span { border-color: #D13CE9; }
span { border-color: rgb(209,60,233); }
td.TdClassName
{
border-color: #D13CE9;
}
.TagClassName
{
border-color: #D13CE9;
}
</style>