Shades of Orchid #D679DB
Tints of Orchid #D679DB
RGB
CMYK
RGB Variations
Color information
#D679DB (or 0xD679DB) is known color: Orchid. HEX triplet: D6, 79 and DB. RGB value is (214,121,219). Sum of RGB (Red+Green+Blue) = 214+121+219=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D679DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DB is #298624. Grayscale: #9F9F9F. Windows color (decimal): -2721317 or 14383574. OLE color: 14383574.
HSL color Cylindrical-coordinate representation of color #D679DB: hue angle of 296.94º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D679DB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 121 | 219 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.14 |
| HSL | 296.94º | 0.58% | 0.67% | - |
| HSV(B) | 296.94º | 0.45% | 0.86% | - |
| XYZ | 47.36 | 33.09 | 70.91 | - |
| YUV | 159.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 219 | 0.02 | 0.45 | 0 | 0.14 | 296.94 | 0.58 | 0.67 |
| Hex | D6 | 79 | DB | 2 | 2D | 0 | E | 129 | 3A | 43 |
| Octal | 326 | 171 | 333 | 2 | 55 | 0 | 16 | 451 | 72 | 103 |
| Binary | 11010110 | 1111001 | 11011011 | 10 | 101101 | 0 | 1110 | 100101001 | 111010 | 1000011 |
Color Harmonies of #D679DB
Complementary color
Monochromatic Colors of #D679DB
Black with #D679DB
Text Example
Text Example
White with #D679DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679DB; }
p { color: rgb(214,121,219); }
H1.HeaderClassName
{
color: #D679DB;
}
.AnyTagClassName
{
color: #D679DB;
}
</style>
background-color css
<style>
a { background-color: #D679DB; }
a { background-color: rgb(214,121,219); }
div.DivClassName
{
background-color: #D679DB;
}
.BgClassName
{
background-color: #D679DB;
}
</style>
border-color css
<style>
span { border-color: #D679DB; }
span { border-color: rgb(214,121,219); }
td.TdClassName
{
border-color: #D679DB;
}
.TagClassName
{
border-color: #D679DB;
}
</style>