Shades of Orchid #D074BA
Tints of Orchid #D074BA
RGB
CMYK
RGB Variations
Color information
#D074BA (or 0xD074BA) is known color: Orchid. HEX triplet: D0, 74 and BA. RGB value is (208,116,186). Sum of RGB (Red+Green+Blue) = 208+116+186=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D074BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074BA is #2F8B45. Grayscale: #979797. Windows color (decimal): -3115846 or 12219600. OLE color: 12219600.
HSL color Cylindrical-coordinate representation of color #D074BA: hue angle of 314.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074BA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 186 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.18 |
| HSL | 314.35º | 0.49% | 0.64% | - |
| HSV(B) | 314.35º | 0.44% | 0.82% | - |
| XYZ | 41.12 | 29.45 | 49.97 | - |
| YUV | 151.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 186 | 0 | 0.44 | 0.11 | 0.18 | 314.35 | 0.49 | 0.64 |
| Hex | D0 | 74 | BA | 0 | 2C | B | 12 | 13A | 31 | 40 |
| Octal | 320 | 164 | 272 | 0 | 54 | 13 | 22 | 472 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10111010 | 0 | 101100 | 1011 | 10010 | 100111010 | 110001 | 1000000 |
Color Harmonies of #D074BA
Complementary color
Monochromatic Colors of #D074BA
Black with #D074BA
Text Example
Text Example
White with #D074BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074BA; }
p { color: rgb(208,116,186); }
H1.HeaderClassName
{
color: #D074BA;
}
.AnyTagClassName
{
color: #D074BA;
}
</style>
background-color css
<style>
a { background-color: #D074BA; }
a { background-color: rgb(208,116,186); }
div.DivClassName
{
background-color: #D074BA;
}
.BgClassName
{
background-color: #D074BA;
}
</style>
border-color css
<style>
span { border-color: #D074BA; }
span { border-color: rgb(208,116,186); }
td.TdClassName
{
border-color: #D074BA;
}
.TagClassName
{
border-color: #D074BA;
}
</style>