Shades of Medium Orchid #D03CDA
Tints of Medium Orchid #D03CDA
RGB
CMYK
RGB Variations
Color information
#D03CDA (or 0xD03CDA) is known color: Medium Orchid. HEX triplet: D0, 3C and DA. RGB value is (208,60,218). Sum of RGB (Red+Green+Blue) = 208+60+218=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CDA is #2FC325. Grayscale: #797979. Windows color (decimal): -3130150 or 14302416. OLE color: 14302416.
HSL color Cylindrical-coordinate representation of color #D03CDA: hue angle of 296.2º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03CDA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 60 | 218 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.15 |
| HSL | 296.2º | 0.68% | 0.55% | - |
| HSV(B) | 296.2º | 0.72% | 0.85% | - |
| XYZ | 40.28 | 21.7 | 68.4 | - |
| YUV | 122.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 218 | 0.05 | 0.72 | 0 | 0.15 | 296.2 | 0.68 | 0.55 |
| Hex | D0 | 3C | DA | 5 | 48 | 0 | F | 128 | 44 | 37 |
| Octal | 320 | 74 | 332 | 5 | 110 | 0 | 17 | 450 | 104 | 67 |
| Binary | 11010000 | 111100 | 11011010 | 101 | 1001000 | 0 | 1111 | 100101000 | 1000100 | 110111 |
Color Harmonies of #D03CDA
Complementary color
Monochromatic Colors of #D03CDA
Black with #D03CDA
Text Example
Text Example
White with #D03CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CDA; }
p { color: rgb(208,60,218); }
H1.HeaderClassName
{
color: #D03CDA;
}
.AnyTagClassName
{
color: #D03CDA;
}
</style>
background-color css
<style>
a { background-color: #D03CDA; }
a { background-color: rgb(208,60,218); }
div.DivClassName
{
background-color: #D03CDA;
}
.BgClassName
{
background-color: #D03CDA;
}
</style>
border-color css
<style>
span { border-color: #D03CDA; }
span { border-color: rgb(208,60,218); }
td.TdClassName
{
border-color: #D03CDA;
}
.TagClassName
{
border-color: #D03CDA;
}
</style>