Shades of Medium Orchid #D035DA
Tints of Medium Orchid #D035DA
RGB
CMYK
RGB Variations
Color information
#D035DA (or 0xD035DA) is known color: Medium Orchid. HEX triplet: D0, 35 and DA. RGB value is (208,53,218). Sum of RGB (Red+Green+Blue) = 208+53+218=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #D035DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DA is #2FCA25. Grayscale: #757575. Windows color (decimal): -3131942 or 14300624. OLE color: 14300624.
HSL color Cylindrical-coordinate representation of color #D035DA: hue angle of 296.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D035DA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 53 | 218 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.15 |
| HSL | 296.36º | 0.69% | 0.53% | - |
| HSV(B) | 296.36º | 0.76% | 0.85% | - |
| XYZ | 39.94 | 21.02 | 68.28 | - |
| YUV | 118.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 218 | 0.05 | 0.76 | 0 | 0.15 | 296.36 | 0.69 | 0.53 |
| Hex | D0 | 35 | DA | 5 | 4C | 0 | F | 128 | 45 | 35 |
| Octal | 320 | 65 | 332 | 5 | 114 | 0 | 17 | 450 | 105 | 65 |
| Binary | 11010000 | 110101 | 11011010 | 101 | 1001100 | 0 | 1111 | 100101000 | 1000101 | 110101 |
Color Harmonies of #D035DA
Complementary color
Monochromatic Colors of #D035DA
Black with #D035DA
Text Example
Text Example
White with #D035DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035DA; }
p { color: rgb(208,53,218); }
H1.HeaderClassName
{
color: #D035DA;
}
.AnyTagClassName
{
color: #D035DA;
}
</style>
background-color css
<style>
a { background-color: #D035DA; }
a { background-color: rgb(208,53,218); }
div.DivClassName
{
background-color: #D035DA;
}
.BgClassName
{
background-color: #D035DA;
}
</style>
border-color css
<style>
span { border-color: #D035DA; }
span { border-color: rgb(208,53,218); }
td.TdClassName
{
border-color: #D035DA;
}
.TagClassName
{
border-color: #D035DA;
}
</style>