Shades of Medium Orchid #D13CEB
Tints of Medium Orchid #D13CEB
RGB
CMYK
RGB Variations
Color information
#D13CEB (or 0xD13CEB) is known color: Medium Orchid. HEX triplet: D1, 3C and EB. RGB value is (209,60,235). Sum of RGB (Red+Green+Blue) = 209+60+235=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #D13CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEB is #2EC314. Grayscale: #7B7B7B. Windows color (decimal): -3064597 or 15416529. OLE color: 15416529.
HSL color Cylindrical-coordinate representation of color #D13CEB: hue angle of 291.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13CEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 60 | 235 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.08 |
| HSL | 291.09º | 0.81% | 0.58% | - |
| HSV(B) | 291.09º | 0.74% | 0.92% | - |
| XYZ | 42.91 | 22.79 | 80.73 | - |
| YUV | 124.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 235 | 0.11 | 0.74 | 0 | 0.08 | 291.09 | 0.81 | 0.58 |
| Hex | D1 | 3C | EB | B | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 321 | 74 | 353 | 13 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010001 | 111100 | 11101011 | 1011 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D13CEB
Complementary color
Monochromatic Colors of #D13CEB
Black with #D13CEB
Text Example
Text Example
White with #D13CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CEB; }
p { color: rgb(209,60,235); }
H1.HeaderClassName
{
color: #D13CEB;
}
.AnyTagClassName
{
color: #D13CEB;
}
</style>
background-color css
<style>
a { background-color: #D13CEB; }
a { background-color: rgb(209,60,235); }
div.DivClassName
{
background-color: #D13CEB;
}
.BgClassName
{
background-color: #D13CEB;
}
</style>
border-color css
<style>
span { border-color: #D13CEB; }
span { border-color: rgb(209,60,235); }
td.TdClassName
{
border-color: #D13CEB;
}
.TagClassName
{
border-color: #D13CEB;
}
</style>