Shades of Orchid #D679DA
Tints of Orchid #D679DA
RGB
CMYK
RGB Variations
Color information
#D679DA (or 0xD679DA) is known color: Orchid. HEX triplet: D6, 79 and DA. RGB value is (214,121,218). Sum of RGB (Red+Green+Blue) = 214+121+218=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #D679DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DA is #298625. Grayscale: #9F9F9F. Windows color (decimal): -2721318 or 14318038. OLE color: 14318038.
HSL color Cylindrical-coordinate representation of color #D679DA: hue angle of 297.53º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D679DA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 121 | 218 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 297.53º | 0.57% | 0.66% | - |
| HSV(B) | 297.53º | 0.44% | 0.85% | - |
| XYZ | 47.22 | 33.03 | 70.22 | - |
| YUV | 159.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 218 | 0.02 | 0.44 | 0 | 0.15 | 297.53 | 0.57 | 0.66 |
| Hex | D6 | 79 | DA | 2 | 2C | 0 | F | 12A | 39 | 42 |
| Octal | 326 | 171 | 332 | 2 | 54 | 0 | 17 | 452 | 71 | 102 |
| Binary | 11010110 | 1111001 | 11011010 | 10 | 101100 | 0 | 1111 | 100101010 | 111001 | 1000010 |
Color Harmonies of #D679DA
Complementary color
Monochromatic Colors of #D679DA
Black with #D679DA
Text Example
Text Example
White with #D679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679DA; }
p { color: rgb(214,121,218); }
H1.HeaderClassName
{
color: #D679DA;
}
.AnyTagClassName
{
color: #D679DA;
}
</style>
background-color css
<style>
a { background-color: #D679DA; }
a { background-color: rgb(214,121,218); }
div.DivClassName
{
background-color: #D679DA;
}
.BgClassName
{
background-color: #D679DA;
}
</style>
border-color css
<style>
span { border-color: #D679DA; }
span { border-color: rgb(214,121,218); }
td.TdClassName
{
border-color: #D679DA;
}
.TagClassName
{
border-color: #D679DA;
}
</style>