Shades of Orchid #D689D2
Tints of Orchid #D689D2
RGB
CMYK
RGB Variations
Color information
#D689D2 (or 0xD689D2) is known color: Orchid. HEX triplet: D6, 89 and D2. RGB value is (214,137,210). Sum of RGB (Red+Green+Blue) = 214+137+210=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D689D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689D2 is #29762D. Grayscale: #A8A8A8. Windows color (decimal): -2717230 or 13797846. OLE color: 13797846.
HSL color Cylindrical-coordinate representation of color #D689D2: hue angle of 303.12º 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 #D689D2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 210 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.16 |
| HSL | 303.12º | 0.48% | 0.69% | - |
| HSV(B) | 303.12º | 0.36% | 0.84% | - |
| XYZ | 48.31 | 36.84 | 65.54 | - |
| YUV | 168.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 210 | 0 | 0.36 | 0.02 | 0.16 | 303.12 | 0.48 | 0.69 |
| Hex | D6 | 89 | D2 | 0 | 24 | 2 | 10 | 12F | 30 | 45 |
| Octal | 326 | 211 | 322 | 0 | 44 | 2 | 20 | 457 | 60 | 105 |
| Binary | 11010110 | 10001001 | 11010010 | 0 | 100100 | 10 | 10000 | 100101111 | 110000 | 1000101 |
Color Harmonies of #D689D2
Complementary color
Monochromatic Colors of #D689D2
Black with #D689D2
Text Example
Text Example
White with #D689D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689D2; }
p { color: rgb(214,137,210); }
H1.HeaderClassName
{
color: #D689D2;
}
.AnyTagClassName
{
color: #D689D2;
}
</style>
background-color css
<style>
a { background-color: #D689D2; }
a { background-color: rgb(214,137,210); }
div.DivClassName
{
background-color: #D689D2;
}
.BgClassName
{
background-color: #D689D2;
}
</style>
border-color css
<style>
span { border-color: #D689D2; }
span { border-color: rgb(214,137,210); }
td.TdClassName
{
border-color: #D689D2;
}
.TagClassName
{
border-color: #D689D2;
}
</style>