Shades of Orchid #D074BC
Tints of Orchid #D074BC
RGB
CMYK
RGB Variations
Color information
#D074BC (or 0xD074BC) is known color: Orchid. HEX triplet: D0, 74 and BC. RGB value is (208,116,188). Sum of RGB (Red+Green+Blue) = 208+116+188=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D074BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074BC is #2F8B43. Grayscale: #979797. Windows color (decimal): -3115844 or 12350672. OLE color: 12350672.
HSL color Cylindrical-coordinate representation of color #D074BC: hue angle of 313.04º 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 #D074BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.04º | 0.49% | 0.64% | - |
| HSV(B) | 313.04º | 0.44% | 0.82% | - |
| XYZ | 41.33 | 29.53 | 51.1 | - |
| YUV | 151.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 188 | 0 | 0.44 | 0.10 | 0.18 | 313.04 | 0.49 | 0.64 |
| Hex | D0 | 74 | BC | 0 | 2C | A | 12 | 139 | 31 | 40 |
| Octal | 320 | 164 | 274 | 0 | 54 | 12 | 22 | 471 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111001 | 110001 | 1000000 |
Color Harmonies of #D074BC
Complementary color
Monochromatic Colors of #D074BC
Black with #D074BC
Text Example
Text Example
White with #D074BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074BC; }
p { color: rgb(208,116,188); }
H1.HeaderClassName
{
color: #D074BC;
}
.AnyTagClassName
{
color: #D074BC;
}
</style>
background-color css
<style>
a { background-color: #D074BC; }
a { background-color: rgb(208,116,188); }
div.DivClassName
{
background-color: #D074BC;
}
.BgClassName
{
background-color: #D074BC;
}
</style>
border-color css
<style>
span { border-color: #D074BC; }
span { border-color: rgb(208,116,188); }
td.TdClassName
{
border-color: #D074BC;
}
.TagClassName
{
border-color: #D074BC;
}
</style>