Shades of Orchid #D679C9
Tints of Orchid #D679C9
RGB
CMYK
RGB Variations
Color information
#D679C9 (or 0xD679C9) is known color: Orchid. HEX triplet: D6, 79 and C9. RGB value is (214,121,201). Sum of RGB (Red+Green+Blue) = 214+121+201=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D679C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679C9 is #298636. Grayscale: #9D9D9D. Windows color (decimal): -2721335 or 13203926. OLE color: 13203926.
HSL color Cylindrical-coordinate representation of color #D679C9: hue angle of 308.39º 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 #D679C9 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 201 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.16 |
| HSL | 308.39º | 0.53% | 0.66% | - |
| HSV(B) | 308.39º | 0.43% | 0.84% | - |
| XYZ | 45.11 | 32.19 | 59.09 | - |
| YUV | 157.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 201 | 0 | 0.43 | 0.06 | 0.16 | 308.39 | 0.53 | 0.66 |
| Hex | D6 | 79 | C9 | 0 | 2B | 6 | 10 | 134 | 35 | 42 |
| Octal | 326 | 171 | 311 | 0 | 53 | 6 | 20 | 464 | 65 | 102 |
| Binary | 11010110 | 1111001 | 11001001 | 0 | 101011 | 110 | 10000 | 100110100 | 110101 | 1000010 |
Color Harmonies of #D679C9
Complementary color
Monochromatic Colors of #D679C9
Black with #D679C9
Text Example
Text Example
White with #D679C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679C9; }
p { color: rgb(214,121,201); }
H1.HeaderClassName
{
color: #D679C9;
}
.AnyTagClassName
{
color: #D679C9;
}
</style>
background-color css
<style>
a { background-color: #D679C9; }
a { background-color: rgb(214,121,201); }
div.DivClassName
{
background-color: #D679C9;
}
.BgClassName
{
background-color: #D679C9;
}
</style>
border-color css
<style>
span { border-color: #D679C9; }
span { border-color: rgb(214,121,201); }
td.TdClassName
{
border-color: #D679C9;
}
.TagClassName
{
border-color: #D679C9;
}
</style>