Shades of Orchid #D072E5
Tints of Orchid #D072E5
RGB
CMYK
RGB Variations
Color information
#D072E5 (or 0xD072E5) is known color: Orchid. HEX triplet: D0, 72 and E5. RGB value is (208,114,229). Sum of RGB (Red+Green+Blue) = 208+114+229=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #D072E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072E5 is #2F8D1A. Grayscale: #9A9A9A. Windows color (decimal): -3116315 or 15037136. OLE color: 15037136.
HSL color Cylindrical-coordinate representation of color #D072E5: hue angle of 289.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D072E5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 114 | 229 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.10 |
| HSL | 289.04º | 0.69% | 0.67% | - |
| HSV(B) | 289.04º | 0.5% | 0.9% | - |
| XYZ | 46.17 | 31.1 | 77.7 | - |
| YUV | 155.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 229 | 0.09 | 0.50 | 0 | 0.10 | 289.04 | 0.69 | 0.67 |
| Hex | D0 | 72 | E5 | 9 | 32 | 0 | A | 121 | 45 | 43 |
| Octal | 320 | 162 | 345 | 11 | 62 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11010000 | 1110010 | 11100101 | 1001 | 110010 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #D072E5
Complementary color
Monochromatic Colors of #D072E5
Black with #D072E5
Text Example
Text Example
White with #D072E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072E5; }
p { color: rgb(208,114,229); }
H1.HeaderClassName
{
color: #D072E5;
}
.AnyTagClassName
{
color: #D072E5;
}
</style>
background-color css
<style>
a { background-color: #D072E5; }
a { background-color: rgb(208,114,229); }
div.DivClassName
{
background-color: #D072E5;
}
.BgClassName
{
background-color: #D072E5;
}
</style>
border-color css
<style>
span { border-color: #D072E5; }
span { border-color: rgb(208,114,229); }
td.TdClassName
{
border-color: #D072E5;
}
.TagClassName
{
border-color: #D072E5;
}
</style>