Shades of Orchid #D073C6
Tints of Orchid #D073C6
RGB
CMYK
RGB Variations
Color information
#D073C6 (or 0xD073C6) is known color: Orchid. HEX triplet: D0, 73 and C6. RGB value is (208,115,198). Sum of RGB (Red+Green+Blue) = 208+115+198=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C6 is #2F8C39. Grayscale: #989898. Windows color (decimal): -3116090 or 13005776. OLE color: 13005776.
HSL color Cylindrical-coordinate representation of color #D073C6: hue angle of 306.45º 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 #D073C6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 198 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.18 |
| HSL | 306.45º | 0.5% | 0.63% | - |
| HSV(B) | 306.45º | 0.45% | 0.82% | - |
| XYZ | 42.34 | 29.75 | 56.94 | - |
| YUV | 152.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 198 | 0 | 0.45 | 0.05 | 0.18 | 306.45 | 0.5 | 0.63 |
| Hex | D0 | 73 | C6 | 0 | 2D | 5 | 12 | 132 | 32 | 3F |
| Octal | 320 | 163 | 306 | 0 | 55 | 5 | 22 | 462 | 62 | 77 |
| Binary | 11010000 | 1110011 | 11000110 | 0 | 101101 | 101 | 10010 | 100110010 | 110010 | 111111 |
Color Harmonies of #D073C6
Complementary color
Monochromatic Colors of #D073C6
Black with #D073C6
Text Example
Text Example
White with #D073C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073C6; }
p { color: rgb(208,115,198); }
H1.HeaderClassName
{
color: #D073C6;
}
.AnyTagClassName
{
color: #D073C6;
}
</style>
background-color css
<style>
a { background-color: #D073C6; }
a { background-color: rgb(208,115,198); }
div.DivClassName
{
background-color: #D073C6;
}
.BgClassName
{
background-color: #D073C6;
}
</style>
border-color css
<style>
span { border-color: #D073C6; }
span { border-color: rgb(208,115,198); }
td.TdClassName
{
border-color: #D073C6;
}
.TagClassName
{
border-color: #D073C6;
}
</style>