Shades of Medium Orchid #D035DB
Tints of Medium Orchid #D035DB
RGB
CMYK
RGB Variations
Color information
#D035DB (or 0xD035DB) is known color: Medium Orchid. HEX triplet: D0, 35 and DB. RGB value is (208,53,219). Sum of RGB (Red+Green+Blue) = 208+53+219=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D035DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DB is #2FCA24. Grayscale: #757575. Windows color (decimal): -3131941 or 14366160. OLE color: 14366160.
HSL color Cylindrical-coordinate representation of color #D035DB: hue angle of 296.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D035DB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 53 | 219 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.14 |
| HSL | 296.02º | 0.7% | 0.53% | - |
| HSV(B) | 296.02º | 0.76% | 0.86% | - |
| XYZ | 40.07 | 21.07 | 68.97 | - |
| YUV | 118.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 219 | 0.05 | 0.76 | 0 | 0.14 | 296.02 | 0.7 | 0.53 |
| Hex | D0 | 35 | DB | 5 | 4C | 0 | E | 128 | 46 | 35 |
| Octal | 320 | 65 | 333 | 5 | 114 | 0 | 16 | 450 | 106 | 65 |
| Binary | 11010000 | 110101 | 11011011 | 101 | 1001100 | 0 | 1110 | 100101000 | 1000110 | 110101 |
Color Harmonies of #D035DB
Complementary color
Monochromatic Colors of #D035DB
Black with #D035DB
Text Example
Text Example
White with #D035DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035DB; }
p { color: rgb(208,53,219); }
H1.HeaderClassName
{
color: #D035DB;
}
.AnyTagClassName
{
color: #D035DB;
}
</style>
background-color css
<style>
a { background-color: #D035DB; }
a { background-color: rgb(208,53,219); }
div.DivClassName
{
background-color: #D035DB;
}
.BgClassName
{
background-color: #D035DB;
}
</style>
border-color css
<style>
span { border-color: #D035DB; }
span { border-color: rgb(208,53,219); }
td.TdClassName
{
border-color: #D035DB;
}
.TagClassName
{
border-color: #D035DB;
}
</style>