Shades of Orchid #D678DD
Tints of Orchid #D678DD
RGB
CMYK
RGB Variations
Color information
#D678DD (or 0xD678DD) is known color: Orchid. HEX triplet: D6, 78 and DD. RGB value is (214,120,221). Sum of RGB (Red+Green+Blue) = 214+120+221=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D678DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678DD is #298722. Grayscale: #9F9F9F. Windows color (decimal): -2721571 or 14514390. OLE color: 14514390.
HSL color Cylindrical-coordinate representation of color #D678DD: hue angle of 295.84º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D678DD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 120 | 221 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.13 |
| HSL | 295.84º | 0.6% | 0.67% | - |
| HSV(B) | 295.84º | 0.46% | 0.87% | - |
| XYZ | 47.5 | 32.95 | 72.26 | - |
| YUV | 159.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 221 | 0.03 | 0.46 | 0 | 0.13 | 295.84 | 0.6 | 0.67 |
| Hex | D6 | 78 | DD | 3 | 2E | 0 | D | 128 | 3C | 43 |
| Octal | 326 | 170 | 335 | 3 | 56 | 0 | 15 | 450 | 74 | 103 |
| Binary | 11010110 | 1111000 | 11011101 | 11 | 101110 | 0 | 1101 | 100101000 | 111100 | 1000011 |
Color Harmonies of #D678DD
Complementary color
Monochromatic Colors of #D678DD
Black with #D678DD
Text Example
Text Example
White with #D678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678DD; }
p { color: rgb(214,120,221); }
H1.HeaderClassName
{
color: #D678DD;
}
.AnyTagClassName
{
color: #D678DD;
}
</style>
background-color css
<style>
a { background-color: #D678DD; }
a { background-color: rgb(214,120,221); }
div.DivClassName
{
background-color: #D678DD;
}
.BgClassName
{
background-color: #D678DD;
}
</style>
border-color css
<style>
span { border-color: #D678DD; }
span { border-color: rgb(214,120,221); }
td.TdClassName
{
border-color: #D678DD;
}
.TagClassName
{
border-color: #D678DD;
}
</style>