Shades of Medium Orchid #D02FE0
Tints of Medium Orchid #D02FE0
RGB
CMYK
RGB Variations
Color information
#D02FE0 (or 0xD02FE0) is known color: Medium Orchid. HEX triplet: D0, 2F and E0. RGB value is (208,47,224). Sum of RGB (Red+Green+Blue) = 208+47+224=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #D02FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FE0 is #2FD01F. Grayscale: #727272. Windows color (decimal): -3133472 or 14692304. OLE color: 14692304.
HSL color Cylindrical-coordinate representation of color #D02FE0: hue angle of 294.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02FE0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 47 | 224 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.12 |
| HSL | 294.58º | 0.74% | 0.53% | - |
| HSV(B) | 294.58º | 0.79% | 0.88% | - |
| XYZ | 40.48 | 20.82 | 72.41 | - |
| YUV | 115.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 224 | 0.07 | 0.79 | 0 | 0.12 | 294.58 | 0.74 | 0.53 |
| Hex | D0 | 2F | E0 | 7 | 4F | 0 | C | 127 | 4A | 35 |
| Octal | 320 | 57 | 340 | 7 | 117 | 0 | 14 | 447 | 112 | 65 |
| Binary | 11010000 | 101111 | 11100000 | 111 | 1001111 | 0 | 1100 | 100100111 | 1001010 | 110101 |
Color Harmonies of #D02FE0
Complementary color
Monochromatic Colors of #D02FE0
Black with #D02FE0
Text Example
Text Example
White with #D02FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FE0; }
p { color: rgb(208,47,224); }
H1.HeaderClassName
{
color: #D02FE0;
}
.AnyTagClassName
{
color: #D02FE0;
}
</style>
background-color css
<style>
a { background-color: #D02FE0; }
a { background-color: rgb(208,47,224); }
div.DivClassName
{
background-color: #D02FE0;
}
.BgClassName
{
background-color: #D02FE0;
}
</style>
border-color css
<style>
span { border-color: #D02FE0; }
span { border-color: rgb(208,47,224); }
td.TdClassName
{
border-color: #D02FE0;
}
.TagClassName
{
border-color: #D02FE0;
}
</style>