Shades of Medium Orchid #D13EFF
Tints of Medium Orchid #D13EFF
RGB
CMYK
RGB Variations
Color information
#D13EFF (or 0xD13EFF) is known color: Medium Orchid. HEX triplet: D1, 3E and FF. RGB value is (209,62,255). Sum of RGB (Red+Green+Blue) = 209+62+255=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #D13EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EFF is #2EC100. Grayscale: #7F7F7F. Windows color (decimal): -3064065 or 16727761. OLE color: 16727761.
HSL color Cylindrical-coordinate representation of color #D13EFF: hue angle of 285.7º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13EFF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 62 | 255 | - |
| CMYK | 0.18 | 0.76 | 0 | 0 |
| HSL | 285.7º | 1% | 0.62% | - |
| HSV(B) | 285.7º | 0.76% | 1% | - |
| XYZ | 46.07 | 24.22 | 96.85 | - |
| YUV | 127.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 255 | 0.18 | 0.76 | 0 | 0 | 285.7 | 1 | 0.62 |
| Hex | D1 | 3E | FF | 12 | 4C | 0 | 0 | 11E | 64 | 3E |
| Octal | 321 | 76 | 377 | 22 | 114 | 0 | 0 | 436 | 144 | 76 |
| Binary | 11010001 | 111110 | 11111111 | 10010 | 1001100 | 0 | 0 | 100011110 | 1100100 | 111110 |
Color Harmonies of #D13EFF
Complementary color
Monochromatic Colors of #D13EFF
Black with #D13EFF
Text Example
Text Example
White with #D13EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EFF; }
p { color: rgb(209,62,255); }
H1.HeaderClassName
{
color: #D13EFF;
}
.AnyTagClassName
{
color: #D13EFF;
}
</style>
background-color css
<style>
a { background-color: #D13EFF; }
a { background-color: rgb(209,62,255); }
div.DivClassName
{
background-color: #D13EFF;
}
.BgClassName
{
background-color: #D13EFF;
}
</style>
border-color css
<style>
span { border-color: #D13EFF; }
span { border-color: rgb(209,62,255); }
td.TdClassName
{
border-color: #D13EFF;
}
.TagClassName
{
border-color: #D13EFF;
}
</style>