Shades of Medium Orchid #D13CE5
Tints of Medium Orchid #D13CE5
RGB
CMYK
RGB Variations
Color information
#D13CE5 (or 0xD13CE5) is known color: Medium Orchid. HEX triplet: D1, 3C and E5. RGB value is (209,60,229). Sum of RGB (Red+Green+Blue) = 209+60+229=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #D13CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CE5 is #2EC31A. Grayscale: #7B7B7B. Windows color (decimal): -3064603 or 15023313. OLE color: 15023313.
HSL color Cylindrical-coordinate representation of color #D13CE5: hue angle of 292.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13CE5 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 60 | 229 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.10 |
| HSL | 292.9º | 0.76% | 0.57% | - |
| HSV(B) | 292.9º | 0.74% | 0.9% | - |
| XYZ | 42.05 | 22.44 | 76.24 | - |
| YUV | 123.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 229 | 0.09 | 0.74 | 0 | 0.10 | 292.9 | 0.76 | 0.57 |
| Hex | D1 | 3C | E5 | 9 | 4A | 0 | A | 125 | 4C | 39 |
| Octal | 321 | 74 | 345 | 11 | 112 | 0 | 12 | 445 | 114 | 71 |
| Binary | 11010001 | 111100 | 11100101 | 1001 | 1001010 | 0 | 1010 | 100100101 | 1001100 | 111001 |
Color Harmonies of #D13CE5
Complementary color
Monochromatic Colors of #D13CE5
Black with #D13CE5
Text Example
Text Example
White with #D13CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CE5; }
p { color: rgb(209,60,229); }
H1.HeaderClassName
{
color: #D13CE5;
}
.AnyTagClassName
{
color: #D13CE5;
}
</style>
background-color css
<style>
a { background-color: #D13CE5; }
a { background-color: rgb(209,60,229); }
div.DivClassName
{
background-color: #D13CE5;
}
.BgClassName
{
background-color: #D13CE5;
}
</style>
border-color css
<style>
span { border-color: #D13CE5; }
span { border-color: rgb(209,60,229); }
td.TdClassName
{
border-color: #D13CE5;
}
.TagClassName
{
border-color: #D13CE5;
}
</style>