Shades of Medium Orchid #D04BDF
Tints of Medium Orchid #D04BDF
RGB
CMYK
RGB Variations
Color information
#D04BDF (or 0xD04BDF) is known color: Medium Orchid. HEX triplet: D0, 4B and DF. RGB value is (208,75,223). Sum of RGB (Red+Green+Blue) = 208+75+223=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BDF is #2FB420. Grayscale: #838383. Windows color (decimal): -3126305 or 14633936. OLE color: 14633936.
HSL color Cylindrical-coordinate representation of color #D04BDF: hue angle of 293.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04BDF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 75 | 223 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.13 |
| HSL | 293.92º | 0.7% | 0.58% | - |
| HSV(B) | 293.92º | 0.66% | 0.87% | - |
| XYZ | 41.85 | 23.77 | 72.19 | - |
| YUV | 131.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 223 | 0.07 | 0.66 | 0 | 0.13 | 293.92 | 0.7 | 0.58 |
| Hex | D0 | 4B | DF | 7 | 42 | 0 | D | 126 | 46 | 3A |
| Octal | 320 | 113 | 337 | 7 | 102 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11010000 | 1001011 | 11011111 | 111 | 1000010 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #D04BDF
Complementary color
Monochromatic Colors of #D04BDF
Black with #D04BDF
Text Example
Text Example
White with #D04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BDF; }
p { color: rgb(208,75,223); }
H1.HeaderClassName
{
color: #D04BDF;
}
.AnyTagClassName
{
color: #D04BDF;
}
</style>
background-color css
<style>
a { background-color: #D04BDF; }
a { background-color: rgb(208,75,223); }
div.DivClassName
{
background-color: #D04BDF;
}
.BgClassName
{
background-color: #D04BDF;
}
</style>
border-color css
<style>
span { border-color: #D04BDF; }
span { border-color: rgb(208,75,223); }
td.TdClassName
{
border-color: #D04BDF;
}
.TagClassName
{
border-color: #D04BDF;
}
</style>