Shades of Medium Orchid #D13CEF
Tints of Medium Orchid #D13CEF
RGB
CMYK
RGB Variations
Color information
#D13CEF (or 0xD13CEF) is known color: Medium Orchid. HEX triplet: D1, 3C and EF. RGB value is (209,60,239). Sum of RGB (Red+Green+Blue) = 209+60+239=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #D13CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEF is #2EC310. Grayscale: #7C7C7C. Windows color (decimal): -3064593 or 15678673. OLE color: 15678673.
HSL color Cylindrical-coordinate representation of color #D13CEF: hue angle of 289.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 60 | 239 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.06 |
| HSL | 289.94º | 0.85% | 0.59% | - |
| HSV(B) | 289.94º | 0.75% | 0.94% | - |
| XYZ | 43.49 | 23.02 | 83.81 | - |
| YUV | 124.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 239 | 0.13 | 0.75 | 0 | 0.06 | 289.94 | 0.85 | 0.59 |
| Hex | D1 | 3C | EF | D | 4B | 0 | 6 | 122 | 55 | 3B |
| Octal | 321 | 74 | 357 | 15 | 113 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010001 | 111100 | 11101111 | 1101 | 1001011 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D13CEF
Complementary color
Monochromatic Colors of #D13CEF
Black with #D13CEF
Text Example
Text Example
White with #D13CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CEF; }
p { color: rgb(209,60,239); }
H1.HeaderClassName
{
color: #D13CEF;
}
.AnyTagClassName
{
color: #D13CEF;
}
</style>
background-color css
<style>
a { background-color: #D13CEF; }
a { background-color: rgb(209,60,239); }
div.DivClassName
{
background-color: #D13CEF;
}
.BgClassName
{
background-color: #D13CEF;
}
</style>
border-color css
<style>
span { border-color: #D13CEF; }
span { border-color: rgb(209,60,239); }
td.TdClassName
{
border-color: #D13CEF;
}
.TagClassName
{
border-color: #D13CEF;
}
</style>