Shades of Orchid #D073E5
Tints of Orchid #D073E5
RGB
CMYK
RGB Variations
Color information
#D073E5 (or 0xD073E5) is known color: Orchid. HEX triplet: D0, 73 and E5. RGB value is (208,115,229). Sum of RGB (Red+Green+Blue) = 208+115+229=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #D073E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073E5 is #2F8C1A. Grayscale: #9B9B9B. Windows color (decimal): -3116059 or 15037392. OLE color: 15037392.
HSL color Cylindrical-coordinate representation of color #D073E5: hue angle of 288.95º 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 #D073E5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 115 | 229 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.10 |
| HSL | 288.95º | 0.69% | 0.67% | - |
| HSV(B) | 288.95º | 0.5% | 0.9% | - |
| XYZ | 46.29 | 31.33 | 77.74 | - |
| YUV | 155.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 229 | 0.09 | 0.50 | 0 | 0.10 | 288.95 | 0.69 | 0.67 |
| Hex | D0 | 73 | E5 | 9 | 32 | 0 | A | 121 | 45 | 43 |
| Octal | 320 | 163 | 345 | 11 | 62 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11010000 | 1110011 | 11100101 | 1001 | 110010 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #D073E5
Complementary color
Monochromatic Colors of #D073E5
Black with #D073E5
Text Example
Text Example
White with #D073E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073E5; }
p { color: rgb(208,115,229); }
H1.HeaderClassName
{
color: #D073E5;
}
.AnyTagClassName
{
color: #D073E5;
}
</style>
background-color css
<style>
a { background-color: #D073E5; }
a { background-color: rgb(208,115,229); }
div.DivClassName
{
background-color: #D073E5;
}
.BgClassName
{
background-color: #D073E5;
}
</style>
border-color css
<style>
span { border-color: #D073E5; }
span { border-color: rgb(208,115,229); }
td.TdClassName
{
border-color: #D073E5;
}
.TagClassName
{
border-color: #D073E5;
}
</style>