Shades of Orchid #D678E4
Tints of Orchid #D678E4
RGB
CMYK
RGB Variations
Color information
#D678E4 (or 0xD678E4) is known color: Orchid. HEX triplet: D6, 78 and E4. RGB value is (214,120,228). Sum of RGB (Red+Green+Blue) = 214+120+228=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #D678E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678E4 is #29871B. Grayscale: #A0A0A0. Windows color (decimal): -2721564 or 14973142. OLE color: 14973142.
HSL color Cylindrical-coordinate representation of color #D678E4: hue angle of 292.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D678E4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 120 | 228 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.11 |
| HSL | 292.22º | 0.67% | 0.68% | - |
| HSV(B) | 292.22º | 0.47% | 0.89% | - |
| XYZ | 48.45 | 33.33 | 77.28 | - |
| YUV | 160.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 228 | 0.06 | 0.47 | 0 | 0.11 | 292.22 | 0.67 | 0.68 |
| Hex | D6 | 78 | E4 | 6 | 2F | 0 | B | 124 | 43 | 44 |
| Octal | 326 | 170 | 344 | 6 | 57 | 0 | 13 | 444 | 103 | 104 |
| Binary | 11010110 | 1111000 | 11100100 | 110 | 101111 | 0 | 1011 | 100100100 | 1000011 | 1000100 |
Color Harmonies of #D678E4
Complementary color
Monochromatic Colors of #D678E4
Black with #D678E4
Text Example
Text Example
White with #D678E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678E4; }
p { color: rgb(214,120,228); }
H1.HeaderClassName
{
color: #D678E4;
}
.AnyTagClassName
{
color: #D678E4;
}
</style>
background-color css
<style>
a { background-color: #D678E4; }
a { background-color: rgb(214,120,228); }
div.DivClassName
{
background-color: #D678E4;
}
.BgClassName
{
background-color: #D678E4;
}
</style>
border-color css
<style>
span { border-color: #D678E4; }
span { border-color: rgb(214,120,228); }
td.TdClassName
{
border-color: #D678E4;
}
.TagClassName
{
border-color: #D678E4;
}
</style>