Shades of Orchid #D679DF
Tints of Orchid #D679DF
RGB
CMYK
RGB Variations
Color information
#D679DF (or 0xD679DF) is known color: Orchid. HEX triplet: D6, 79 and DF. RGB value is (214,121,223). Sum of RGB (Red+Green+Blue) = 214+121+223=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D679DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DF is #298620. Grayscale: #A0A0A0. Windows color (decimal): -2721313 or 14645718. OLE color: 14645718.
HSL color Cylindrical-coordinate representation of color #D679DF: hue angle of 294.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D679DF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 121 | 223 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 294.71º | 0.61% | 0.67% | - |
| HSV(B) | 294.71º | 0.46% | 0.87% | - |
| XYZ | 47.89 | 33.3 | 73.72 | - |
| YUV | 160.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 223 | 0.04 | 0.46 | 0 | 0.13 | 294.71 | 0.61 | 0.67 |
| Hex | D6 | 79 | DF | 4 | 2E | 0 | D | 127 | 3D | 43 |
| Octal | 326 | 171 | 337 | 4 | 56 | 0 | 15 | 447 | 75 | 103 |
| Binary | 11010110 | 1111001 | 11011111 | 100 | 101110 | 0 | 1101 | 100100111 | 111101 | 1000011 |
Color Harmonies of #D679DF
Complementary color
Monochromatic Colors of #D679DF
Black with #D679DF
Text Example
Text Example
White with #D679DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679DF; }
p { color: rgb(214,121,223); }
H1.HeaderClassName
{
color: #D679DF;
}
.AnyTagClassName
{
color: #D679DF;
}
</style>
background-color css
<style>
a { background-color: #D679DF; }
a { background-color: rgb(214,121,223); }
div.DivClassName
{
background-color: #D679DF;
}
.BgClassName
{
background-color: #D679DF;
}
</style>
border-color css
<style>
span { border-color: #D679DF; }
span { border-color: rgb(214,121,223); }
td.TdClassName
{
border-color: #D679DF;
}
.TagClassName
{
border-color: #D679DF;
}
</style>