Shades of Orchid #D070E5
Tints of Orchid #D070E5
RGB
CMYK
RGB Variations
Color information
#D070E5 (or 0xD070E5) is known color: Orchid. HEX triplet: D0, 70 and E5. RGB value is (208,112,229). Sum of RGB (Red+Green+Blue) = 208+112+229=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D070E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070E5 is #2F8F1A. Grayscale: #999999. Windows color (decimal): -3116827 or 15036624. OLE color: 15036624.
HSL color Cylindrical-coordinate representation of color #D070E5: hue angle of 289.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D070E5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 112 | 229 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.10 |
| HSL | 289.23º | 0.69% | 0.67% | - |
| HSV(B) | 289.23º | 0.51% | 0.9% | - |
| XYZ | 45.95 | 30.66 | 77.62 | - |
| YUV | 154.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 229 | 0.09 | 0.51 | 0 | 0.10 | 289.23 | 0.69 | 0.67 |
| Hex | D0 | 70 | E5 | 9 | 33 | 0 | A | 121 | 45 | 43 |
| Octal | 320 | 160 | 345 | 11 | 63 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11010000 | 1110000 | 11100101 | 1001 | 110011 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #D070E5
Complementary color
Monochromatic Colors of #D070E5
Black with #D070E5
Text Example
Text Example
White with #D070E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070E5; }
p { color: rgb(208,112,229); }
H1.HeaderClassName
{
color: #D070E5;
}
.AnyTagClassName
{
color: #D070E5;
}
</style>
background-color css
<style>
a { background-color: #D070E5; }
a { background-color: rgb(208,112,229); }
div.DivClassName
{
background-color: #D070E5;
}
.BgClassName
{
background-color: #D070E5;
}
</style>
border-color css
<style>
span { border-color: #D070E5; }
span { border-color: rgb(208,112,229); }
td.TdClassName
{
border-color: #D070E5;
}
.TagClassName
{
border-color: #D070E5;
}
</style>