Shades of Orchid #D678DF
Tints of Orchid #D678DF
RGB
CMYK
RGB Variations
Color information
#D678DF (or 0xD678DF) is known color: Orchid. HEX triplet: D6, 78 and DF. RGB value is (214,120,223). Sum of RGB (Red+Green+Blue) = 214+120+223=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D678DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678DF is #298720. Grayscale: #9F9F9F. Windows color (decimal): -2721569 or 14645462. OLE color: 14645462.
HSL color Cylindrical-coordinate representation of color #D678DF: hue angle of 294.76º degrees, saturation: 0.62, 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 #D678DF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 120 | 223 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 294.76º | 0.62% | 0.67% | - |
| HSV(B) | 294.76º | 0.46% | 0.87% | - |
| XYZ | 47.77 | 33.06 | 73.68 | - |
| YUV | 159.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 223 | 0.04 | 0.46 | 0 | 0.13 | 294.76 | 0.62 | 0.67 |
| Hex | D6 | 78 | DF | 4 | 2E | 0 | D | 127 | 3E | 43 |
| Octal | 326 | 170 | 337 | 4 | 56 | 0 | 15 | 447 | 76 | 103 |
| Binary | 11010110 | 1111000 | 11011111 | 100 | 101110 | 0 | 1101 | 100100111 | 111110 | 1000011 |
Color Harmonies of #D678DF
Complementary color
Monochromatic Colors of #D678DF
Black with #D678DF
Text Example
Text Example
White with #D678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678DF; }
p { color: rgb(214,120,223); }
H1.HeaderClassName
{
color: #D678DF;
}
.AnyTagClassName
{
color: #D678DF;
}
</style>
background-color css
<style>
a { background-color: #D678DF; }
a { background-color: rgb(214,120,223); }
div.DivClassName
{
background-color: #D678DF;
}
.BgClassName
{
background-color: #D678DF;
}
</style>
border-color css
<style>
span { border-color: #D678DF; }
span { border-color: rgb(214,120,223); }
td.TdClassName
{
border-color: #D678DF;
}
.TagClassName
{
border-color: #D678DF;
}
</style>