Shades of Medium Orchid #D13DDC
Tints of Medium Orchid #D13DDC
RGB
CMYK
RGB Variations
Color information
#D13DDC (or 0xD13DDC) is known color: Medium Orchid. HEX triplet: D1, 3D and DC. RGB value is (209,61,220). Sum of RGB (Red+Green+Blue) = 209+61+220=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DDC is #2EC223. Grayscale: #7A7A7A. Windows color (decimal): -3064356 or 14433745. OLE color: 14433745.
HSL color Cylindrical-coordinate representation of color #D13DDC: hue angle of 295.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13DDC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 61 | 220 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.14 |
| HSL | 295.85º | 0.69% | 0.55% | - |
| HSV(B) | 295.85º | 0.72% | 0.86% | - |
| XYZ | 40.88 | 22.06 | 69.81 | - |
| YUV | 123.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 220 | 0.05 | 0.72 | 0 | 0.14 | 295.85 | 0.69 | 0.55 |
| Hex | D1 | 3D | DC | 5 | 48 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 75 | 334 | 5 | 110 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111101 | 11011100 | 101 | 1001000 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13DDC
Complementary color
Monochromatic Colors of #D13DDC
Black with #D13DDC
Text Example
Text Example
White with #D13DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DDC; }
p { color: rgb(209,61,220); }
H1.HeaderClassName
{
color: #D13DDC;
}
.AnyTagClassName
{
color: #D13DDC;
}
</style>
background-color css
<style>
a { background-color: #D13DDC; }
a { background-color: rgb(209,61,220); }
div.DivClassName
{
background-color: #D13DDC;
}
.BgClassName
{
background-color: #D13DDC;
}
</style>
border-color css
<style>
span { border-color: #D13DDC; }
span { border-color: rgb(209,61,220); }
td.TdClassName
{
border-color: #D13DDC;
}
.TagClassName
{
border-color: #D13DDC;
}
</style>