Shades of Orchid #D689D0
Tints of Orchid #D689D0
RGB
CMYK
RGB Variations
Color information
#D689D0 (or 0xD689D0) is known color: Orchid. HEX triplet: D6, 89 and D0. RGB value is (214,137,208). Sum of RGB (Red+Green+Blue) = 214+137+208=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D689D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689D0 is #29762F. Grayscale: #A7A7A7. Windows color (decimal): -2717232 or 13666774. OLE color: 13666774.
HSL color Cylindrical-coordinate representation of color #D689D0: hue angle of 304.68º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689D0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 208 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.16 |
| HSL | 304.68º | 0.48% | 0.69% | - |
| HSV(B) | 304.68º | 0.36% | 0.84% | - |
| XYZ | 48.06 | 36.74 | 64.23 | - |
| YUV | 168.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 208 | 0 | 0.36 | 0.03 | 0.16 | 304.68 | 0.48 | 0.69 |
| Hex | D6 | 89 | D0 | 0 | 24 | 3 | 10 | 131 | 30 | 45 |
| Octal | 326 | 211 | 320 | 0 | 44 | 3 | 20 | 461 | 60 | 105 |
| Binary | 11010110 | 10001001 | 11010000 | 0 | 100100 | 11 | 10000 | 100110001 | 110000 | 1000101 |
Color Harmonies of #D689D0
Complementary color
Monochromatic Colors of #D689D0
Black with #D689D0
Text Example
Text Example
White with #D689D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689D0; }
p { color: rgb(214,137,208); }
H1.HeaderClassName
{
color: #D689D0;
}
.AnyTagClassName
{
color: #D689D0;
}
</style>
background-color css
<style>
a { background-color: #D689D0; }
a { background-color: rgb(214,137,208); }
div.DivClassName
{
background-color: #D689D0;
}
.BgClassName
{
background-color: #D689D0;
}
</style>
border-color css
<style>
span { border-color: #D689D0; }
span { border-color: rgb(214,137,208); }
td.TdClassName
{
border-color: #D689D0;
}
.TagClassName
{
border-color: #D689D0;
}
</style>