Shades of Orchid #D074D1
Tints of Orchid #D074D1
RGB
CMYK
RGB Variations
Color information
#D074D1 (or 0xD074D1) is known color: Orchid. HEX triplet: D0, 74 and D1. RGB value is (208,116,209). Sum of RGB (Red+Green+Blue) = 208+116+209=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #D074D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074D1 is #2F8B2E. Grayscale: #999999. Windows color (decimal): -3115823 or 13726928. OLE color: 13726928.
HSL color Cylindrical-coordinate representation of color #D074D1: hue angle of 299.35º degrees, saturation: 0.5, 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 #D074D1 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 209 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.18 |
| HSL | 299.35º | 0.5% | 0.64% | - |
| HSV(B) | 299.35º | 0.44% | 0.82% | - |
| XYZ | 43.77 | 30.5 | 63.9 | - |
| YUV | 154.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 209 | 0.00 | 0.44 | 0 | 0.18 | 299.35 | 0.5 | 0.64 |
| Hex | D0 | 74 | D1 | 0 | 2C | 0 | 12 | 12B | 32 | 40 |
| Octal | 320 | 164 | 321 | 0 | 54 | 0 | 22 | 453 | 62 | 100 |
| Binary | 11010000 | 1110100 | 11010001 | 0 | 101100 | 0 | 10010 | 100101011 | 110010 | 1000000 |
Color Harmonies of #D074D1
Complementary color
Monochromatic Colors of #D074D1
Black with #D074D1
Text Example
Text Example
White with #D074D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074D1; }
p { color: rgb(208,116,209); }
H1.HeaderClassName
{
color: #D074D1;
}
.AnyTagClassName
{
color: #D074D1;
}
</style>
background-color css
<style>
a { background-color: #D074D1; }
a { background-color: rgb(208,116,209); }
div.DivClassName
{
background-color: #D074D1;
}
.BgClassName
{
background-color: #D074D1;
}
</style>
border-color css
<style>
span { border-color: #D074D1; }
span { border-color: rgb(208,116,209); }
td.TdClassName
{
border-color: #D074D1;
}
.TagClassName
{
border-color: #D074D1;
}
</style>