Shades of Orchid #D679BB
Tints of Orchid #D679BB
RGB
CMYK
RGB Variations
Color information
#D679BB (or 0xD679BB) is known color: Orchid. HEX triplet: D6, 79 and BB. RGB value is (214,121,187). Sum of RGB (Red+Green+Blue) = 214+121+187=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D679BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679BB is #298644. Grayscale: #9C9C9C. Windows color (decimal): -2721349 or 12286422. OLE color: 12286422.
HSL color Cylindrical-coordinate representation of color #D679BB: hue angle of 317.42º 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 #D679BB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 187 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.16 |
| HSL | 317.42º | 0.53% | 0.66% | - |
| HSV(B) | 317.42º | 0.43% | 0.84% | - |
| XYZ | 43.54 | 31.56 | 50.81 | - |
| YUV | 156.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 187 | 0 | 0.43 | 0.13 | 0.16 | 317.42 | 0.53 | 0.66 |
| Hex | D6 | 79 | BB | 0 | 2B | D | 10 | 13D | 35 | 42 |
| Octal | 326 | 171 | 273 | 0 | 53 | 15 | 20 | 475 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10111011 | 0 | 101011 | 1101 | 10000 | 100111101 | 110101 | 1000010 |
Color Harmonies of #D679BB
Complementary color
Monochromatic Colors of #D679BB
Black with #D679BB
Text Example
Text Example
White with #D679BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679BB; }
p { color: rgb(214,121,187); }
H1.HeaderClassName
{
color: #D679BB;
}
.AnyTagClassName
{
color: #D679BB;
}
</style>
background-color css
<style>
a { background-color: #D679BB; }
a { background-color: rgb(214,121,187); }
div.DivClassName
{
background-color: #D679BB;
}
.BgClassName
{
background-color: #D679BB;
}
</style>
border-color css
<style>
span { border-color: #D679BB; }
span { border-color: rgb(214,121,187); }
td.TdClassName
{
border-color: #D679BB;
}
.TagClassName
{
border-color: #D679BB;
}
</style>