Shades of Medium Orchid #D035DC
Tints of Medium Orchid #D035DC
RGB
CMYK
RGB Variations
Color information
#D035DC (or 0xD035DC) is known color: Medium Orchid. HEX triplet: D0, 35 and DC. RGB value is (208,53,220). Sum of RGB (Red+Green+Blue) = 208+53+220=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #D035DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DC is #2FCA23. Grayscale: #757575. Windows color (decimal): -3131940 or 14431696. OLE color: 14431696.
HSL color Cylindrical-coordinate representation of color #D035DC: hue angle of 295.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D035DC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 53 | 220 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.14 |
| HSL | 295.69º | 0.7% | 0.54% | - |
| HSV(B) | 295.69º | 0.76% | 0.86% | - |
| XYZ | 40.2 | 21.12 | 69.67 | - |
| YUV | 118.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 220 | 0.05 | 0.76 | 0 | 0.14 | 295.69 | 0.7 | 0.54 |
| Hex | D0 | 35 | DC | 5 | 4C | 0 | E | 128 | 46 | 36 |
| Octal | 320 | 65 | 334 | 5 | 114 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010000 | 110101 | 11011100 | 101 | 1001100 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D035DC
Complementary color
Monochromatic Colors of #D035DC
Black with #D035DC
Text Example
Text Example
White with #D035DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035DC; }
p { color: rgb(208,53,220); }
H1.HeaderClassName
{
color: #D035DC;
}
.AnyTagClassName
{
color: #D035DC;
}
</style>
background-color css
<style>
a { background-color: #D035DC; }
a { background-color: rgb(208,53,220); }
div.DivClassName
{
background-color: #D035DC;
}
.BgClassName
{
background-color: #D035DC;
}
</style>
border-color css
<style>
span { border-color: #D035DC; }
span { border-color: rgb(208,53,220); }
td.TdClassName
{
border-color: #D035DC;
}
.TagClassName
{
border-color: #D035DC;
}
</style>