Shades of Orchid #D073C8
Tints of Orchid #D073C8
RGB
CMYK
RGB Variations
Color information
#D073C8 (or 0xD073C8) is known color: Orchid. HEX triplet: D0, 73 and C8. RGB value is (208,115,200). Sum of RGB (Red+Green+Blue) = 208+115+200=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C8 is #2F8C37. Grayscale: #989898. Windows color (decimal): -3116088 or 13136848. OLE color: 13136848.
HSL color Cylindrical-coordinate representation of color #D073C8: hue angle of 305.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073C8 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 200 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.18 |
| HSL | 305.16º | 0.5% | 0.63% | - |
| HSV(B) | 305.16º | 0.45% | 0.82% | - |
| XYZ | 42.57 | 29.84 | 58.16 | - |
| YUV | 152.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 200 | 0 | 0.45 | 0.04 | 0.18 | 305.16 | 0.5 | 0.63 |
| Hex | D0 | 73 | C8 | 0 | 2D | 4 | 12 | 131 | 32 | 3F |
| Octal | 320 | 163 | 310 | 0 | 55 | 4 | 22 | 461 | 62 | 77 |
| Binary | 11010000 | 1110011 | 11001000 | 0 | 101101 | 100 | 10010 | 100110001 | 110010 | 111111 |
Color Harmonies of #D073C8
Complementary color
Monochromatic Colors of #D073C8
Black with #D073C8
Text Example
Text Example
White with #D073C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073C8; }
p { color: rgb(208,115,200); }
H1.HeaderClassName
{
color: #D073C8;
}
.AnyTagClassName
{
color: #D073C8;
}
</style>
background-color css
<style>
a { background-color: #D073C8; }
a { background-color: rgb(208,115,200); }
div.DivClassName
{
background-color: #D073C8;
}
.BgClassName
{
background-color: #D073C8;
}
</style>
border-color css
<style>
span { border-color: #D073C8; }
span { border-color: rgb(208,115,200); }
td.TdClassName
{
border-color: #D073C8;
}
.TagClassName
{
border-color: #D073C8;
}
</style>