Shades of Orchid #D679D0
Tints of Orchid #D679D0
RGB
CMYK
RGB Variations
Color information
#D679D0 (or 0xD679D0) is known color: Orchid. HEX triplet: D6, 79 and D0. RGB value is (214,121,208). Sum of RGB (Red+Green+Blue) = 214+121+208=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D679D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679D0 is #29862F. Grayscale: #9E9E9E. Windows color (decimal): -2721328 or 13662678. OLE color: 13662678.
HSL color Cylindrical-coordinate representation of color #D679D0: hue angle of 303.87º 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 #D679D0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 208 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.16 |
| HSL | 303.87º | 0.53% | 0.66% | - |
| HSV(B) | 303.87º | 0.43% | 0.84% | - |
| XYZ | 45.95 | 32.52 | 63.53 | - |
| YUV | 158.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 208 | 0 | 0.43 | 0.03 | 0.16 | 303.87 | 0.53 | 0.66 |
| Hex | D6 | 79 | D0 | 0 | 2B | 3 | 10 | 130 | 35 | 42 |
| Octal | 326 | 171 | 320 | 0 | 53 | 3 | 20 | 460 | 65 | 102 |
| Binary | 11010110 | 1111001 | 11010000 | 0 | 101011 | 11 | 10000 | 100110000 | 110101 | 1000010 |
Color Harmonies of #D679D0
Complementary color
Monochromatic Colors of #D679D0
Black with #D679D0
Text Example
Text Example
White with #D679D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679D0; }
p { color: rgb(214,121,208); }
H1.HeaderClassName
{
color: #D679D0;
}
.AnyTagClassName
{
color: #D679D0;
}
</style>
background-color css
<style>
a { background-color: #D679D0; }
a { background-color: rgb(214,121,208); }
div.DivClassName
{
background-color: #D679D0;
}
.BgClassName
{
background-color: #D679D0;
}
</style>
border-color css
<style>
span { border-color: #D679D0; }
span { border-color: rgb(214,121,208); }
td.TdClassName
{
border-color: #D679D0;
}
.TagClassName
{
border-color: #D679D0;
}
</style>