Shades of Orchid #D679DC
Tints of Orchid #D679DC
RGB
CMYK
RGB Variations
Color information
#D679DC (or 0xD679DC) is known color: Orchid. HEX triplet: D6, 79 and DC. RGB value is (214,121,220). Sum of RGB (Red+Green+Blue) = 214+121+220=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D679DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DC is #298623. Grayscale: #9F9F9F. Windows color (decimal): -2721316 or 14449110. OLE color: 14449110.
HSL color Cylindrical-coordinate representation of color #D679DC: hue angle of 296.36º degrees, saturation: 0.59, 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 #D679DC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 121 | 220 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.14 |
| HSL | 296.36º | 0.59% | 0.67% | - |
| HSV(B) | 296.36º | 0.45% | 0.86% | - |
| XYZ | 47.49 | 33.14 | 71.6 | - |
| YUV | 160.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 220 | 0.03 | 0.45 | 0 | 0.14 | 296.36 | 0.59 | 0.67 |
| Hex | D6 | 79 | DC | 3 | 2D | 0 | E | 128 | 3B | 43 |
| Octal | 326 | 171 | 334 | 3 | 55 | 0 | 16 | 450 | 73 | 103 |
| Binary | 11010110 | 1111001 | 11011100 | 11 | 101101 | 0 | 1110 | 100101000 | 111011 | 1000011 |
Color Harmonies of #D679DC
Complementary color
Monochromatic Colors of #D679DC
Black with #D679DC
Text Example
Text Example
White with #D679DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679DC; }
p { color: rgb(214,121,220); }
H1.HeaderClassName
{
color: #D679DC;
}
.AnyTagClassName
{
color: #D679DC;
}
</style>
background-color css
<style>
a { background-color: #D679DC; }
a { background-color: rgb(214,121,220); }
div.DivClassName
{
background-color: #D679DC;
}
.BgClassName
{
background-color: #D679DC;
}
</style>
border-color css
<style>
span { border-color: #D679DC; }
span { border-color: rgb(214,121,220); }
td.TdClassName
{
border-color: #D679DC;
}
.TagClassName
{
border-color: #D679DC;
}
</style>