Shades of Medium Orchid #D02CE1
Tints of Medium Orchid #D02CE1
RGB
CMYK
RGB Variations
Color information
#D02CE1 (or 0xD02CE1) is known color: Medium Orchid. HEX triplet: D0, 2C and E1. RGB value is (208,44,225). Sum of RGB (Red+Green+Blue) = 208+44+225=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #D02CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CE1 is #2FD31E. Grayscale: #717171. Windows color (decimal): -3134239 or 14757072. OLE color: 14757072.
HSL color Cylindrical-coordinate representation of color #D02CE1: hue angle of 294.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02CE1 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 44 | 225 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.12 |
| HSL | 294.36º | 0.75% | 0.53% | - |
| HSV(B) | 294.36º | 0.8% | 0.88% | - |
| XYZ | 40.5 | 20.65 | 73.08 | - |
| YUV | 113.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 225 | 0.08 | 0.80 | 0 | 0.12 | 294.36 | 0.75 | 0.53 |
| Hex | D0 | 2C | E1 | 8 | 50 | 0 | C | 126 | 4B | 35 |
| Octal | 320 | 54 | 341 | 10 | 120 | 0 | 14 | 446 | 113 | 65 |
| Binary | 11010000 | 101100 | 11100001 | 1000 | 1010000 | 0 | 1100 | 100100110 | 1001011 | 110101 |
Color Harmonies of #D02CE1
Complementary color
Monochromatic Colors of #D02CE1
Black with #D02CE1
Text Example
Text Example
White with #D02CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CE1; }
p { color: rgb(208,44,225); }
H1.HeaderClassName
{
color: #D02CE1;
}
.AnyTagClassName
{
color: #D02CE1;
}
</style>
background-color css
<style>
a { background-color: #D02CE1; }
a { background-color: rgb(208,44,225); }
div.DivClassName
{
background-color: #D02CE1;
}
.BgClassName
{
background-color: #D02CE1;
}
</style>
border-color css
<style>
span { border-color: #D02CE1; }
span { border-color: rgb(208,44,225); }
td.TdClassName
{
border-color: #D02CE1;
}
.TagClassName
{
border-color: #D02CE1;
}
</style>