Shades of Orchid #D074B5
Tints of Orchid #D074B5
RGB
CMYK
RGB Variations
Color information
#D074B5 (or 0xD074B5) is known color: Orchid. HEX triplet: D0, 74 and B5. RGB value is (208,116,181). Sum of RGB (Red+Green+Blue) = 208+116+181=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D074B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074B5 is #2F8B4A. Grayscale: #969696. Windows color (decimal): -3115851 or 11891920. OLE color: 11891920.
HSL color Cylindrical-coordinate representation of color #D074B5: hue angle of 317.61º 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 #D074B5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 181 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.18 |
| HSL | 317.61º | 0.49% | 0.64% | - |
| HSV(B) | 317.61º | 0.44% | 0.82% | - |
| XYZ | 40.6 | 29.24 | 47.22 | - |
| YUV | 150.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 181 | 0 | 0.44 | 0.13 | 0.18 | 317.61 | 0.49 | 0.64 |
| Hex | D0 | 74 | B5 | 0 | 2C | D | 12 | 13E | 31 | 40 |
| Octal | 320 | 164 | 265 | 0 | 54 | 15 | 22 | 476 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10110101 | 0 | 101100 | 1101 | 10010 | 100111110 | 110001 | 1000000 |
Color Harmonies of #D074B5
Complementary color
Monochromatic Colors of #D074B5
Black with #D074B5
Text Example
Text Example
White with #D074B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074B5; }
p { color: rgb(208,116,181); }
H1.HeaderClassName
{
color: #D074B5;
}
.AnyTagClassName
{
color: #D074B5;
}
</style>
background-color css
<style>
a { background-color: #D074B5; }
a { background-color: rgb(208,116,181); }
div.DivClassName
{
background-color: #D074B5;
}
.BgClassName
{
background-color: #D074B5;
}
</style>
border-color css
<style>
span { border-color: #D074B5; }
span { border-color: rgb(208,116,181); }
td.TdClassName
{
border-color: #D074B5;
}
.TagClassName
{
border-color: #D074B5;
}
</style>