Shades of Orchid #D774BF
Tints of Orchid #D774BF
RGB
CMYK
RGB Variations
Color information
#D774BF (or 0xD774BF) is known color: Orchid. HEX triplet: D7, 74 and BF. RGB value is (215,116,191). Sum of RGB (Red+Green+Blue) = 215+116+191=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D774BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774BF is #288B40. Grayscale: #999999. Windows color (decimal): -2657089 or 12547287. OLE color: 12547287.
HSL color Cylindrical-coordinate representation of color #D774BF: hue angle of 314.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774BF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 191 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.16 |
| HSL | 314.55º | 0.55% | 0.65% | - |
| HSV(B) | 314.55º | 0.46% | 0.84% | - |
| XYZ | 43.67 | 30.7 | 52.91 | - |
| YUV | 154.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 191 | 0 | 0.46 | 0.11 | 0.16 | 314.55 | 0.55 | 0.65 |
| Hex | D7 | 74 | BF | 0 | 2E | B | 10 | 13B | 37 | 41 |
| Octal | 327 | 164 | 277 | 0 | 56 | 13 | 20 | 473 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10111111 | 0 | 101110 | 1011 | 10000 | 100111011 | 110111 | 1000001 |
Color Harmonies of #D774BF
Complementary color
Monochromatic Colors of #D774BF
Black with #D774BF
Text Example
Text Example
White with #D774BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774BF; }
p { color: rgb(215,116,191); }
H1.HeaderClassName
{
color: #D774BF;
}
.AnyTagClassName
{
color: #D774BF;
}
</style>
background-color css
<style>
a { background-color: #D774BF; }
a { background-color: rgb(215,116,191); }
div.DivClassName
{
background-color: #D774BF;
}
.BgClassName
{
background-color: #D774BF;
}
</style>
border-color css
<style>
span { border-color: #D774BF; }
span { border-color: rgb(215,116,191); }
td.TdClassName
{
border-color: #D774BF;
}
.TagClassName
{
border-color: #D774BF;
}
</style>