Shades of Medium Orchid #D13BE3
Tints of Medium Orchid #D13BE3
RGB
CMYK
RGB Variations
Color information
#D13BE3 (or 0xD13BE3) is known color: Medium Orchid. HEX triplet: D1, 3B and E3. RGB value is (209,59,227). Sum of RGB (Red+Green+Blue) = 209+59+227=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #D13BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BE3 is #2EC41C. Grayscale: #7A7A7A. Windows color (decimal): -3064861 or 14891985. OLE color: 14891985.
HSL color Cylindrical-coordinate representation of color #D13BE3: hue angle of 293.57º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13BE3 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 59 | 227 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.11 |
| HSL | 293.57º | 0.75% | 0.56% | - |
| HSV(B) | 293.57º | 0.74% | 0.89% | - |
| XYZ | 41.72 | 22.23 | 74.76 | - |
| YUV | 123 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 227 | 0.08 | 0.74 | 0 | 0.11 | 293.57 | 0.75 | 0.56 |
| Hex | D1 | 3B | E3 | 8 | 4A | 0 | B | 126 | 4B | 38 |
| Octal | 321 | 73 | 343 | 10 | 112 | 0 | 13 | 446 | 113 | 70 |
| Binary | 11010001 | 111011 | 11100011 | 1000 | 1001010 | 0 | 1011 | 100100110 | 1001011 | 111000 |
Color Harmonies of #D13BE3
Complementary color
Monochromatic Colors of #D13BE3
Black with #D13BE3
Text Example
Text Example
White with #D13BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BE3; }
p { color: rgb(209,59,227); }
H1.HeaderClassName
{
color: #D13BE3;
}
.AnyTagClassName
{
color: #D13BE3;
}
</style>
background-color css
<style>
a { background-color: #D13BE3; }
a { background-color: rgb(209,59,227); }
div.DivClassName
{
background-color: #D13BE3;
}
.BgClassName
{
background-color: #D13BE3;
}
</style>
border-color css
<style>
span { border-color: #D13BE3; }
span { border-color: rgb(209,59,227); }
td.TdClassName
{
border-color: #D13BE3;
}
.TagClassName
{
border-color: #D13BE3;
}
</style>