Shades of Medium Orchid #D02CE5
Tints of Medium Orchid #D02CE5
RGB
CMYK
RGB Variations
Color information
#D02CE5 (or 0xD02CE5) is known color: Medium Orchid. HEX triplet: D0, 2C and E5. RGB value is (208,44,229). Sum of RGB (Red+Green+Blue) = 208+44+229=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #D02CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CE5 is #2FD31A. Grayscale: #717171. Windows color (decimal): -3134235 or 15019216. OLE color: 15019216.
HSL color Cylindrical-coordinate representation of color #D02CE5: hue angle of 293.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02CE5 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 44 | 229 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.10 |
| HSL | 293.19º | 0.78% | 0.54% | - |
| HSV(B) | 293.19º | 0.81% | 0.9% | - |
| XYZ | 41.06 | 20.87 | 75.99 | - |
| YUV | 114.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 229 | 0.09 | 0.81 | 0 | 0.10 | 293.19 | 0.78 | 0.54 |
| Hex | D0 | 2C | E5 | 9 | 51 | 0 | A | 125 | 4E | 36 |
| Octal | 320 | 54 | 345 | 11 | 121 | 0 | 12 | 445 | 116 | 66 |
| Binary | 11010000 | 101100 | 11100101 | 1001 | 1010001 | 0 | 1010 | 100100101 | 1001110 | 110110 |
Color Harmonies of #D02CE5
Complementary color
Monochromatic Colors of #D02CE5
Black with #D02CE5
Text Example
Text Example
White with #D02CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CE5; }
p { color: rgb(208,44,229); }
H1.HeaderClassName
{
color: #D02CE5;
}
.AnyTagClassName
{
color: #D02CE5;
}
</style>
background-color css
<style>
a { background-color: #D02CE5; }
a { background-color: rgb(208,44,229); }
div.DivClassName
{
background-color: #D02CE5;
}
.BgClassName
{
background-color: #D02CE5;
}
</style>
border-color css
<style>
span { border-color: #D02CE5; }
span { border-color: rgb(208,44,229); }
td.TdClassName
{
border-color: #D02CE5;
}
.TagClassName
{
border-color: #D02CE5;
}
</style>