Shades of Medium Orchid #D040DA
Tints of Medium Orchid #D040DA
RGB
CMYK
RGB Variations
Color information
#D040DA (or 0xD040DA) is known color: Medium Orchid. HEX triplet: D0, 40 and DA. RGB value is (208,64,218). Sum of RGB (Red+Green+Blue) = 208+64+218=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #D040DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DA is #2FBF25. Grayscale: #7C7C7C. Windows color (decimal): -3129126 or 14303440. OLE color: 14303440.
HSL color Cylindrical-coordinate representation of color #D040DA: hue angle of 296.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D040DA is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 64 | 218 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.15 |
| HSL | 296.1º | 0.68% | 0.55% | - |
| HSV(B) | 296.1º | 0.71% | 0.85% | - |
| XYZ | 40.5 | 22.14 | 68.47 | - |
| YUV | 124.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 218 | 0.05 | 0.71 | 0 | 0.15 | 296.1 | 0.68 | 0.55 |
| Hex | D0 | 40 | DA | 5 | 47 | 0 | F | 128 | 44 | 37 |
| Octal | 320 | 100 | 332 | 5 | 107 | 0 | 17 | 450 | 104 | 67 |
| Binary | 11010000 | 1000000 | 11011010 | 101 | 1000111 | 0 | 1111 | 100101000 | 1000100 | 110111 |
Color Harmonies of #D040DA
Complementary color
Monochromatic Colors of #D040DA
Black with #D040DA
Text Example
Text Example
White with #D040DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040DA; }
p { color: rgb(208,64,218); }
H1.HeaderClassName
{
color: #D040DA;
}
.AnyTagClassName
{
color: #D040DA;
}
</style>
background-color css
<style>
a { background-color: #D040DA; }
a { background-color: rgb(208,64,218); }
div.DivClassName
{
background-color: #D040DA;
}
.BgClassName
{
background-color: #D040DA;
}
</style>
border-color css
<style>
span { border-color: #D040DA; }
span { border-color: rgb(208,64,218); }
td.TdClassName
{
border-color: #D040DA;
}
.TagClassName
{
border-color: #D040DA;
}
</style>