Shades of Medium Orchid #D02FEC
Tints of Medium Orchid #D02FEC
RGB
CMYK
RGB Variations
Color information
#D02FEC (or 0xD02FEC) is known color: Medium Orchid. HEX triplet: D0, 2F and EC. RGB value is (208,47,236). Sum of RGB (Red+Green+Blue) = 208+47+236=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D02FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FEC is #2FD013. Grayscale: #747474. Windows color (decimal): -3133460 or 15478736. OLE color: 15478736.
HSL color Cylindrical-coordinate representation of color #D02FEC: hue angle of 291.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02FEC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 47 | 236 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 291.11º | 0.83% | 0.55% | - |
| HSV(B) | 291.11º | 0.8% | 0.93% | - |
| XYZ | 42.17 | 21.5 | 81.28 | - |
| YUV | 116.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 236 | 0.12 | 0.80 | 0 | 0.07 | 291.11 | 0.83 | 0.55 |
| Hex | D0 | 2F | EC | C | 50 | 0 | 7 | 123 | 53 | 37 |
| Octal | 320 | 57 | 354 | 14 | 120 | 0 | 7 | 443 | 123 | 67 |
| Binary | 11010000 | 101111 | 11101100 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010011 | 110111 |
Color Harmonies of #D02FEC
Complementary color
Monochromatic Colors of #D02FEC
Black with #D02FEC
Text Example
Text Example
White with #D02FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FEC; }
p { color: rgb(208,47,236); }
H1.HeaderClassName
{
color: #D02FEC;
}
.AnyTagClassName
{
color: #D02FEC;
}
</style>
background-color css
<style>
a { background-color: #D02FEC; }
a { background-color: rgb(208,47,236); }
div.DivClassName
{
background-color: #D02FEC;
}
.BgClassName
{
background-color: #D02FEC;
}
</style>
border-color css
<style>
span { border-color: #D02FEC; }
span { border-color: rgb(208,47,236); }
td.TdClassName
{
border-color: #D02FEC;
}
.TagClassName
{
border-color: #D02FEC;
}
</style>