Shades of Orchid #D68AD0
Tints of Orchid #D68AD0
RGB
CMYK
RGB Variations
Color information
#D68AD0 (or 0xD68AD0) is known color: Orchid. HEX triplet: D6, 8A and D0. RGB value is (214,138,208). Sum of RGB (Red+Green+Blue) = 214+138+208=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD0 is #29752F. Grayscale: #A8A8A8. Windows color (decimal): -2716976 or 13667030. OLE color: 13667030.
HSL color Cylindrical-coordinate representation of color #D68AD0: hue angle of 304.74º 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 #D68AD0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 208 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.16 |
| HSL | 304.74º | 0.48% | 0.69% | - |
| HSV(B) | 304.74º | 0.36% | 0.84% | - |
| XYZ | 48.21 | 37.03 | 64.28 | - |
| YUV | 168.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 208 | 0 | 0.36 | 0.03 | 0.16 | 304.74 | 0.48 | 0.69 |
| Hex | D6 | 8A | D0 | 0 | 24 | 3 | 10 | 131 | 30 | 45 |
| Octal | 326 | 212 | 320 | 0 | 44 | 3 | 20 | 461 | 60 | 105 |
| Binary | 11010110 | 10001010 | 11010000 | 0 | 100100 | 11 | 10000 | 100110001 | 110000 | 1000101 |
Color Harmonies of #D68AD0
Complementary color
Monochromatic Colors of #D68AD0
Black with #D68AD0
Text Example
Text Example
White with #D68AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AD0; }
p { color: rgb(214,138,208); }
H1.HeaderClassName
{
color: #D68AD0;
}
.AnyTagClassName
{
color: #D68AD0;
}
</style>
background-color css
<style>
a { background-color: #D68AD0; }
a { background-color: rgb(214,138,208); }
div.DivClassName
{
background-color: #D68AD0;
}
.BgClassName
{
background-color: #D68AD0;
}
</style>
border-color css
<style>
span { border-color: #D68AD0; }
span { border-color: rgb(214,138,208); }
td.TdClassName
{
border-color: #D68AD0;
}
.TagClassName
{
border-color: #D68AD0;
}
</style>