Shades of Orchid #D679BF
Tints of Orchid #D679BF
RGB
CMYK
RGB Variations
Color information
#D679BF (or 0xD679BF) is known color: Orchid. HEX triplet: D6, 79 and BF. RGB value is (214,121,191). Sum of RGB (Red+Green+Blue) = 214+121+191=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D679BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679BF is #298640. Grayscale: #9C9C9C. Windows color (decimal): -2721345 or 12548566. OLE color: 12548566.
HSL color Cylindrical-coordinate representation of color #D679BF: hue angle of 314.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679BF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 191 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.16 |
| HSL | 314.84º | 0.53% | 0.66% | - |
| HSV(B) | 314.84º | 0.43% | 0.84% | - |
| XYZ | 43.97 | 31.73 | 53.1 | - |
| YUV | 156.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 191 | 0 | 0.43 | 0.11 | 0.16 | 314.84 | 0.53 | 0.66 |
| Hex | D6 | 79 | BF | 0 | 2B | B | 10 | 13B | 35 | 42 |
| Octal | 326 | 171 | 277 | 0 | 53 | 13 | 20 | 473 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10111111 | 0 | 101011 | 1011 | 10000 | 100111011 | 110101 | 1000010 |
Color Harmonies of #D679BF
Complementary color
Monochromatic Colors of #D679BF
Black with #D679BF
Text Example
Text Example
White with #D679BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679BF; }
p { color: rgb(214,121,191); }
H1.HeaderClassName
{
color: #D679BF;
}
.AnyTagClassName
{
color: #D679BF;
}
</style>
background-color css
<style>
a { background-color: #D679BF; }
a { background-color: rgb(214,121,191); }
div.DivClassName
{
background-color: #D679BF;
}
.BgClassName
{
background-color: #D679BF;
}
</style>
border-color css
<style>
span { border-color: #D679BF; }
span { border-color: rgb(214,121,191); }
td.TdClassName
{
border-color: #D679BF;
}
.TagClassName
{
border-color: #D679BF;
}
</style>