Shades of Medium Orchid #D02DDF
Tints of Medium Orchid #D02DDF
RGB
CMYK
RGB Variations
Color information
#D02DDF (or 0xD02DDF) is known color: Medium Orchid. HEX triplet: D0, 2D and DF. RGB value is (208,45,223). Sum of RGB (Red+Green+Blue) = 208+45+223=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DDF is #2FD220. Grayscale: #717171. Windows color (decimal): -3133985 or 14626256. OLE color: 14626256.
HSL color Cylindrical-coordinate representation of color #D02DDF: hue angle of 294.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02DDF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 45 | 223 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.13 |
| HSL | 294.94º | 0.74% | 0.53% | - |
| HSV(B) | 294.94º | 0.8% | 0.87% | - |
| XYZ | 40.27 | 20.61 | 71.67 | - |
| YUV | 114.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 223 | 0.07 | 0.80 | 0 | 0.13 | 294.94 | 0.74 | 0.53 |
| Hex | D0 | 2D | DF | 7 | 50 | 0 | D | 127 | 4A | 35 |
| Octal | 320 | 55 | 337 | 7 | 120 | 0 | 15 | 447 | 112 | 65 |
| Binary | 11010000 | 101101 | 11011111 | 111 | 1010000 | 0 | 1101 | 100100111 | 1001010 | 110101 |
Color Harmonies of #D02DDF
Complementary color
Monochromatic Colors of #D02DDF
Black with #D02DDF
Text Example
Text Example
White with #D02DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DDF; }
p { color: rgb(208,45,223); }
H1.HeaderClassName
{
color: #D02DDF;
}
.AnyTagClassName
{
color: #D02DDF;
}
</style>
background-color css
<style>
a { background-color: #D02DDF; }
a { background-color: rgb(208,45,223); }
div.DivClassName
{
background-color: #D02DDF;
}
.BgClassName
{
background-color: #D02DDF;
}
</style>
border-color css
<style>
span { border-color: #D02DDF; }
span { border-color: rgb(208,45,223); }
td.TdClassName
{
border-color: #D02DDF;
}
.TagClassName
{
border-color: #D02DDF;
}
</style>